diff options
author | hans <hans@pkgsrc.org> | 2012-03-02 16:23:01 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-03-02 16:23:01 +0000 |
commit | c4438429b8888a84718cb2eecf1368cddedc646a (patch) | |
tree | 615d6119ac519f33731551603b84f152b0fa7bc5 /textproc | |
parent | 7bbbf4e624bf2717ae0f076335b9b2f28c6bcb10 (diff) | |
download | pkgsrc-c4438429b8888a84718cb2eecf1368cddedc646a.tar.gz |
Uses cdefs and fts.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/bsdgrep-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/bsdgrep-devel/Makefile b/textproc/bsdgrep-devel/Makefile index 2601a376602..a72a3e35eef 100644 --- a/textproc/bsdgrep-devel/Makefile +++ b/textproc/bsdgrep-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2011/09/29 20:46:59 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2012/03/02 16:23:01 hans Exp $ # DISTNAME= bsdgrep-20071201 @@ -13,6 +13,7 @@ LICENSE= original-bsd PKG_DESTDIR_SUPPORT= user-destdir +USE_FEATURES+= cdefs fts_open USE_BSD_MAKEFILE= yes BUILDLINK_TRANSFORM+= rm:-Werror |