diff options
author | joerg <joerg> | 2008-06-02 16:40:25 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-02 16:40:25 +0000 |
commit | 97bd70e7f5df2d6226774035e58d3ef43c67f668 (patch) | |
tree | e79ccb28ee5a88b5b69dd6dec60ac6d668deb96d /pkgtools | |
parent | 8fe5fec548a45e9975afbd07d14e7de653e357d7 (diff) | |
download | pkgsrc-97bd70e7f5df2d6226774035e58d3ef43c67f668.tar.gz |
Explicitly depend on ftp.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index cb33762de94..8c51f1ff345 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.152 2008/04/23 14:37:10 joerg Exp $ +# $NetBSD: Makefile,v 1.153 2008/06/02 16:40:25 joerg Exp $ # Notes to package maintainers: # @@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --with-pkgdbdir=${PKG_DBDIR:Q} CONFIGURE_ARGS+= --with-ftp=${FETCH_CMD:Q} CONFIGURE_ARGS+= --with-pax=${PAX:Q} CONFIGURE_ARGS+= --with-tar=${TAR:Q} -USE_TOOLS+= pax:run tar:run gzcat:run +USE_TOOLS+= pax:run tar:run gzcat:run ftp:run # The following tools are needed by pkg_view and linkfarm. USE_TOOLS+= chmod cmp cp env find grep ln mkdir rm rmdir \ |