diff --git a/srcpkgs/man-db/template b/srcpkgs/man-db/template index db69c698aa..2b953b795a 100644 --- a/srcpkgs/man-db/template +++ b/srcpkgs/man-db/template @@ -1,10 +1,10 @@ # Template file for 'man-db' pkgname=man-db version=2.5.6 -revision=1 +revision=3 distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.gz" build_style=gnu_configure -configure_args="--with-db=gdbm --with-pager=less --with-gzip=/usr/bin/gzip +configure_args="--with-db=db4 --with-pager=less --with-gzip=/usr/bin/gzip --with-bzip2=/usr/bin/bzip2 --disable-rpath --enable-threads=posix --with-lzma=/usr/bin/lzma --disable-setuid" short_desc="The on-line manual database" @@ -19,14 +19,17 @@ long_desc=" conf_files="/etc/man_db.conf" -Add_dependency full glibc -Add_dependency full bzip2 +Add_dependency run glibc +Add_dependency run bzip2 +Add_dependency run db +Add_dependency run zlib +Add_dependency build gettext +Add_dependency build bzip2-devel +Add_dependency build db-devel Add_dependency full gzip Add_dependency full less -Add_dependency full gdbm Add_dependency full groff Add_dependency full grep -Add_dependency build gettext post_install() {