summaryrefslogtreecommitdiff
path: root/lang/onyx
diff options
context:
space:
mode:
authorsnj <snj>2004-05-02 04:59:23 +0000
committersnj <snj>2004-05-02 04:59:23 +0000
commitb15f33ae007e10bd5c8a5e3053c166f01474c8eb (patch)
treeb757de06eb0d56c6dbdf4390a5c3d259e4842025 /lang/onyx
parent9c4c1f5001943f3692cad313655ca62e30453966 (diff)
downloadpkgsrc-b15f33ae007e10bd5c8a5e3053c166f01474c8eb.tar.gz
Convert to buildlink3.
Diffstat (limited to 'lang/onyx')
-rw-r--r--lang/onyx/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/onyx/Makefile b/lang/onyx/Makefile
index 99ba7149db0..adad49b5612 100644
--- a/lang/onyx/Makefile
+++ b/lang/onyx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/02/23 02:49:31 kristerw Exp $
+# $NetBSD: Makefile,v 1.12 2004/05/02 04:59:23 snj Exp $
DISTNAME= onyx-${VERS}
CATEGORIES= lang
@@ -14,7 +14,7 @@ BUILD_DEPENDS+= cook-[0-9]*:../../devel/cook
# needs EL_CLIENTDATA in /usr/include/histedit.h
ONLY_FOR_PLATFORM= NetBSD-1.5[YZ]*-* NetBSD-1.6*-* NetBSD-1.7*-* NetBSD-[2-9]*
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-pcre-prefix=${BUILDLINK_PREFIX.pcre}
# XXX
@@ -34,5 +34,5 @@ do-install:
post-install:
@strip ${PREFIX}/bin/onyx
-.include "../../devel/pcre/buildlink2.mk"
+.include "../../devel/pcre/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"