summaryrefslogtreecommitdiff
path: root/lang/jdk-openjit
diff options
context:
space:
mode:
authorjlam <jlam>2004-11-13 21:28:27 +0000
committerjlam <jlam>2004-11-13 21:28:27 +0000
commit27d6194c5b54c5a026c46082c1118f1e5c8d7ab2 (patch)
treee15cac241c67e37e37b77e2f7a8a6e47a17df9ce /lang/jdk-openjit
parentab5933864c92a528d11ca6b51d174555bce279c3 (diff)
downloadpkgsrc-27d6194c5b54c5a026c46082c1118f1e5c8d7ab2.tar.gz
USE_BUILDLINK3 is a yes/no variable.
Diffstat (limited to 'lang/jdk-openjit')
-rw-r--r--lang/jdk-openjit/Makefile.common4
1 files changed, 2 insertions, 2 deletions
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"