Note that this package wants mtree, pax, and tar.
This commit is contained in:
parent
1ff30569df
commit
bc453eae61
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue