diff options
author | joerg <joerg@pkgsrc.org> | 2008-03-21 23:28:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-03-21 23:28:33 +0000 |
commit | 42c387859af98173bfb971e965199b06435c3345 (patch) | |
tree | f131ab24ccecda9ab37ef929e9e824d2a08f6791 | |
parent | 46474f9f02ee405e8c11acb45bcb4ab8960fcad6 (diff) | |
download | pkgsrc-42c387859af98173bfb971e965199b06435c3345.tar.gz |
Request getopt with optreset support from libnbcompat.
-rw-r--r-- | pkgtools/pkg_install/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 65b78700fc1..c1ae689eefc 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.147 2008/02/26 13:38:57 joerg Exp $ +# $NetBSD: Makefile,v 1.148 2008/03/21 23:28:33 joerg Exp $ # Notes to package maintainers: # @@ -34,6 +34,8 @@ USE_TOOLS+= chmod cmp cp env find grep ln mkdir rm rmdir \ USE_FEATURES= nbcompat +NBCOMPAT_CONFIGURE_ARGS+= --enable-bsd-getopt + SKIP_AUDIT_PACKAGES= yes NO_PKGTOOLS_REQD_CHECK= yes NO_CHECKSUM= yes |