summaryrefslogtreecommitdiff
path: root/lang/jdk-openjit
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-11-13 21:28:27 +0000
committerjlam <jlam@pkgsrc.org>2004-11-13 21:28:27 +0000
commit5e5ac5cef96dff28b97114bb74bd9ce9735628eb (patch)
treee15cac241c67e37e37b77e2f7a8a6e47a17df9ce /lang/jdk-openjit
parentbfa12b783007890b49ae53a6e73a864a1a1099ec (diff)
downloadpkgsrc-5e5ac5cef96dff28b97114bb74bd9ce9735628eb.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"