summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-03 15:12:43 +0000
committerjoerg <joerg>2007-08-03 15:12:43 +0000
commit93d194d66f11f74949803402f87f010a204f02ac (patch)
tree4a7776828818c3a857ba269c8688eebe9cb11767 /pkgtools/pkg_install/Makefile
parent667fad51d68f33ca1987a5db3f54acc657b59cf5 (diff)
downloadpkgsrc-93d194d66f11f74949803402f87f010a204f02ac.tar.gz
The forced disabling of zlib and bzip2 was meant for testing only,
remove it. *blink*
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
-rw-r--r--pkgtools/pkg_install/Makefile5
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