diff options
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 0f95c0ff22a..f854d2bb1ad 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.175 2010/03/17 08:19:38 obache Exp $ +# $NetBSD: Makefile,v 1.176 2010/03/26 17:04:45 joerg Exp $ # Notes to package maintainers: # @@ -86,6 +86,8 @@ VERSION!= ${AWK} '/PKGTOOLS_VERSION/ {print $$3}' \ # linkresolver interface appeared in libarchive 2.5 and extract # requires version 2.5.4b to handle hardlinks correctly. BUILDLINK_API_DEPENDS.libarchive+= libarchive>=2.5.4b +# Depends on gzip handling of zlib +BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2 .include "../../archivers/bzip2/builtin.mk" .include "../../archivers/libarchive/builtin.mk" |