diff options
author | joerg <joerg> | 2007-08-03 15:12:43 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-08-03 15:12:43 +0000 |
commit | 48cb50d4d134352580434e01684d90c6e63caace (patch) | |
tree | 4a7776828818c3a857ba269c8688eebe9cb11767 /pkgtools | |
parent | b788fe888dd158e1e2c552b90823d9c8bcbca595 (diff) | |
download | pkgsrc-48cb50d4d134352580434e01684d90c6e63caace.tar.gz |
The forced disabling of zlib and bzip2 was meant for testing only,
remove it. *blink*
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 151280d475c..a0b986f055c 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.137 2007/08/03 13:15:58 joerg Exp $ +# $NetBSD: Makefile,v 1.138 2007/08/03 15:12:43 joerg Exp $ # Notes to package maintainers: # @@ -90,9 +90,6 @@ SUBST_SED.paths= -e 's,_gzcat_,${GZCAT},g' .include "../../archivers/libarchive/builtin.mk" .include "../../devel/zlib/builtin.mk" -USE_BUILTIN.bzip2= no -USE_BUILTIN.zlib= no - .if empty(USE_BUILTIN.bzip2:M[yY][eE][sS]) || \ empty(USE_BUILTIN.zlib:M[yY][eE][sS]) USE_BUILTIN.libarchive= no |