summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorcjep <cjep>2004-09-12 11:06:59 +0000
committercjep <cjep>2004-09-12 11:06:59 +0000
commite92f1be88eb313a313c3329da055edb6a30dcd46 (patch)
treef963ceed5caef30a536097ab949f446aeb09745a /textproc
parentf74057d2574971a61463ecfee0d13c04c36d386e (diff)
downloadpkgsrc-e92f1be88eb313a313c3329da055edb6a30dcd46.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/Makefile5
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"