pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/bsdgrep-devel Use buildlink3 and put in depen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7392db421e4
branches:  trunk
changeset: 480522:c7392db421e4
user:      cjep <cjep%pkgsrc.org@localhost>
date:      Sun Sep 12 11:06:59 2004 +0000

description:
Use buildlink3 and put in dependency on zlib. PR#26915 from
Georg Schwarz.

diffstat:

 textproc/bsdgrep-devel/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r a6ccf28c8d56 -r c7392db421e4 textproc/bsdgrep-devel/Makefile
--- a/textproc/bsdgrep-devel/Makefile   Sun Sep 12 09:33:50 2004 +0000
+++ b/textproc/bsdgrep-devel/Makefile   Sun Sep 12 11:06:59 2004 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index