summaryrefslogtreecommitdiff
path: root/lang/oo2c
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-28 05:06:28 +0000
committersnj <snj@pkgsrc.org>2004-04-28 05:06:28 +0000
commit4175a1077a20348497cb5786c1401f379a6cc2c2 (patch)
tree9f5ef7bc2dfe04712e3830d689bfbe2b9e55736b /lang/oo2c
parent80ddd62966249f210709eea22afe95fb17545ab0 (diff)
downloadpkgsrc-4175a1077a20348497cb5786c1401f379a6cc2c2.tar.gz
Convert to buildlink3.
Diffstat (limited to 'lang/oo2c')
-rw-r--r--lang/oo2c/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/oo2c/Makefile b/lang/oo2c/Makefile
index a101587dac2..d11baeb4054 100644
--- a/lang/oo2c/Makefile
+++ b/lang/oo2c/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/03/13 16:41:04 kristerw Exp $
+# $NetBSD: Makefile,v 1.12 2004/04/28 05:06:28 snj Exp $
DISTNAME= oo2c_${BITS}-2.0.11
PKGNAME= oo2c-2.0.11
@@ -21,7 +21,7 @@ BITS=64
BITS=32
.endif
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
@@ -40,5 +40,5 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp
cd ${PREFIX}/share/emacs/site-lisp && ${LN} -sf ${PREFIX}/lib/oo2c/emacs oo2c
-.include "../../devel/boehm-gc/buildlink2.mk"
+.include "../../devel/boehm-gc/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"