diff options
author | joerg <joerg> | 2008-09-10 18:48:56 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-09-10 18:48:56 +0000 |
commit | 50333ad0a2670790a7f6030cf975e5df219e242f (patch) | |
tree | eab0b726ed1a2c2587b3f292964b69915f888217 /devel/nbpatch | |
parent | 01cbe4762e3e480905228510aaaba299467f9816 (diff) | |
download | pkgsrc-50333ad0a2670790a7f6030cf975e5df219e242f.tar.gz |
Require BSDish getopt for optreset.
Diffstat (limited to 'devel/nbpatch')
-rw-r--r-- | devel/nbpatch/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/nbpatch/Makefile b/devel/nbpatch/Makefile index 6539fac05d3..d83b6e651ed 100644 --- a/devel/nbpatch/Makefile +++ b/devel/nbpatch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/09/10 11:03:21 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2008/09/10 18:48:56 joerg Exp $ # DISTNAME= nbpatch-20080910 @@ -18,6 +18,8 @@ CHECK_PERMS= no USE_BSD_MAKEFILE= yes USE_FEATURES= nbcompat +NBCOMPAT_CONFIGURE_ARGS+= --enable-bsd-getopt + INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1 do-extract: |