diff options
author | jlam <jlam> | 2004-11-13 21:28:27 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-11-13 21:28:27 +0000 |
commit | e9bf73717c9dc742444f0d186094ff87c3799080 (patch) | |
tree | e15cac241c67e37e37b77e2f7a8a6e47a17df9ce /lang/jdk-openjit | |
parent | 820630ac9379968b4b3a9b4034bb845c4cedcf2c (diff) | |
download | pkgsrc-e9bf73717c9dc742444f0d186094ff87c3799080.tar.gz |
USE_BUILDLINK3 is a yes/no variable.
Diffstat (limited to 'lang/jdk-openjit')
-rw-r--r-- | lang/jdk-openjit/Makefile.common | 4 |
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" |