summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-07-29 22:23:25 +0000
committerjlam <jlam@pkgsrc.org>2002-07-29 22:23:25 +0000
commite8398f5238da02249c7aaeb58a838e423f96de0d (patch)
treeee6f56c11e9a3098ae64b534a41cac1150b37ab5 /lang
parentfa208fe38d356d58623b8f64b6d3443ccf584bcb (diff)
downloadpkgsrc-e8398f5238da02249c7aaeb58a838e423f96de0d.tar.gz
Set USE_JAVA=run on some packages that obviously don't need a JDK for the
build. These packages set NO_BUILD and by inspection of the Makefiles, there isn't any invocation of java needed.
Diffstat (limited to 'lang')
-rw-r--r--lang/jasmin/Makefile4
-rw-r--r--lang/jini/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/jasmin/Makefile b/lang/jasmin/Makefile
index 58ba1b673cb..76b8a1168ac 100644
--- a/lang/jasmin/Makefile
+++ b/lang/jasmin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2002/05/21 14:01:32 jschauma Exp $
+# $NetBSD: Makefile,v 1.6 2002/07/29 22:23:25 jlam Exp $
#
DISTNAME= jasmin-1.06
@@ -9,7 +9,7 @@ MAINTAINER= jschauma@netbsd.org
HOMEPAGE= http://www.cat.nyu.edu/meyer/jasmin/
COMMENT= Java "assembler" interface
-USE_JAVA= yes
+USE_JAVA= run
WRKSRC= ${WRKDIR}/jasmin
NO_BUILD= yes
diff --git a/lang/jini/Makefile b/lang/jini/Makefile
index 47171032eb8..6c4ee9bc964 100644
--- a/lang/jini/Makefile
+++ b/lang/jini/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/07/13 15:46:59 jschauma Exp $
+# $NetBSD: Makefile,v 1.4 2002/07/29 22:23:26 jlam Exp $
#
DISTNAME= jini-1_2_1-src
@@ -23,7 +23,7 @@ NO_SRC_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
-USE_JAVA= yes
+USE_JAVA= run
PKG_JVM= sun-jdk
.include "../../mk/bsd.prefs.mk"