summaryrefslogtreecommitdiff
path: root/textproc/grep
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-25 05:02:23 +0000
committersnj <snj@pkgsrc.org>2004-04-25 05:02:23 +0000
commita417c0a985f728c0faeb9ac9d8c84be7f0b483c3 (patch)
tree9fc08a75e1471ac9cbb3c1323f6f90d5b3b414aa /textproc/grep
parent5231d30feebb10922041ea268bbf903e2acbca2b (diff)
downloadpkgsrc-a417c0a985f728c0faeb9ac9d8c84be7f0b483c3.tar.gz
Convert to buildlink3.
Diffstat (limited to 'textproc/grep')
-rw-r--r--textproc/grep/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/grep/Makefile b/textproc/grep/Makefile
index 5d18072e920..ba78575e4c7 100644
--- a/textproc/grep/Makefile
+++ b/textproc/grep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/02/09 08:13:04 grant Exp $
+# $NetBSD: Makefile,v 1.15 2004/04/25 05:03:43 snj Exp $
#
DISTNAME= grep-2.5.1
@@ -11,7 +11,7 @@ MAINTAINER= bouyer@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/grep/grep.html
COMMENT= GNU grep
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_PKGLOCALEDIR= YES
BUILD_USES_MSGFMT= YES
GNU_CONFIGURE= YES
@@ -30,5 +30,5 @@ CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX}
PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX}
BUILD_DEFS+= GNU_PROGRAM_PREFIX
-.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"