diff options
author | cjep <cjep@pkgsrc.org> | 2004-09-12 11:06:59 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-09-12 11:06:59 +0000 |
commit | 62b385a49dd530f30583ea354d56609f03035c68 (patch) | |
tree | f963ceed5caef30a536097ab949f446aeb09745a /textproc | |
parent | fdd176f36f3b583ed5cfc079be9fb12301ae1d87 (diff) | |
download | pkgsrc-62b385a49dd530f30583ea354d56609f03035c68.tar.gz |
Use buildlink3 and put in dependency on zlib. PR#26915 from
Georg Schwarz.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/bsdgrep-devel/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/bsdgrep-devel/Makefile b/textproc/bsdgrep-devel/Makefile index 8f60d1ca9e0..448325e6c12 100644 --- a/textproc/bsdgrep-devel/Makefile +++ b/textproc/bsdgrep-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/05/05 15:10:26 cjep Exp $ +# $NetBSD: Makefile,v 1.8 2004/09/12 11:06:59 cjep Exp $ # DISTNAME= bsdgrep-200405051607 @@ -10,7 +10,10 @@ MAINTAINER= cjep@NetBSD.org HOMEPAGE= # none COMMENT= BSD version of grep as in NetBSD src/usr.bin/grep +USE_BUILDLINK3= yes + post-patch: @${SED} -e 's|grep|bgrep|g' ${WRKSRC}/grep.1 > ${WRKSRC}/bgrep.1 +.include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |