diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-16 00:09:33 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-16 00:09:33 +0000 |
commit | bc453eae6105a71c8b437e240cf575b8e2109254 (patch) | |
tree | f4dedfbe7c7b92ec9ca1e3a001a30d1e68cfe613 /pkgtools/pkg_install | |
parent | 1ff30569df5533e73bcef63d450d20d77eef03b7 (diff) | |
download | pkgsrc-bc453eae6105a71c8b437e240cf575b8e2109254.tar.gz |
Note that this package wants mtree, pax, and tar.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 17fcf72582d..651675c343d 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.111 2005/04/11 21:47:05 tv Exp $ +# $NetBSD: Makefile,v 1.112 2005/05/16 00:09:33 jlam Exp $ # Notes to package maintainers: # @@ -23,6 +23,7 @@ CONFIGURE_ARGS+= --with-ftp="\"${FETCH_CMD}"\" CONFIGURE_ARGS+= --with-mtree="\"${MTREE}"\" CONFIGURE_ARGS+= --with-pax="\"${PAX}"\" CONFIGURE_ARGS+= --with-tar="\"${TAR}"\" +USE_TOOLS= mtree pax tar NO_PKGTOOLS_REQD_CHECK= # defined NO_CHECKSUM= # defined |