summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-06-02 16:40:25 +0000
committerjoerg <joerg@pkgsrc.org>2008-06-02 16:40:25 +0000
commit8c227e35efc5f850eae8d2f24522e0a8805e6099 (patch)
treee79ccb28ee5a88b5b69dd6dec60ac6d668deb96d /pkgtools/pkg_install/Makefile
parent65c373db47ba14680c1c2b3916fc79e3c7e72842 (diff)
downloadpkgsrc-8c227e35efc5f850eae8d2f24522e0a8805e6099.tar.gz
Explicitly depend on ftp.
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
-rw-r--r--pkgtools/pkg_install/Makefile4
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 \