diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-13 21:28:27 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-13 21:28:27 +0000 |
commit | 7369098c5c26e623b6293d39f155c90eb93cd740 (patch) | |
tree | e15cac241c67e37e37b77e2f7a8a6e47a17df9ce /lang | |
parent | 1bbffb9be514d45e140e21903a34fb75c56dcf4b (diff) | |
download | pkgsrc-7369098c5c26e623b6293d39f155c90eb93cd740.tar.gz |
USE_BUILDLINK3 is a yes/no variable.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/jasmin/Makefile | 4 | ||||
-rw-r--r-- | lang/jdk-openjit/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/jasmin/Makefile b/lang/jasmin/Makefile index 5ee2b5d0d5f..9914c16264a 100644 --- a/lang/jasmin/Makefile +++ b/lang/jasmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/06/28 17:28:56 abs Exp $ +# $NetBSD: Makefile,v 1.16 2004/11/13 21:28:28 jlam Exp $ # DISTNAME= jasmin-1.06 @@ -12,7 +12,7 @@ COMMENT= Java "assembler" interface USE_JAVA= run WRKSRC= ${WRKDIR}/jasmin -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes NO_BUILD= # defined post-patch: diff --git a/lang/jdk-openjit/Makefile.common b/lang/jdk-openjit/Makefile.common index 54b3e0116fc..543ddb13477 100644 --- a/lang/jdk-openjit/Makefile.common +++ b/lang/jdk-openjit/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2004/07/01 14:03:00 wiz Exp $ +# $NetBSD: Makefile.common,v 1.6 2004/11/13 21:28:28 jlam Exp $ OPENJIT_VERSION=1.1.16 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.openjit.org/ COMMENT= Reflective JIT compiler for Java GNU_CONFIGURE= # defined -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make .include "../../mk/bsd.prefs.mk" |