diff options
author | jlam <jlam> | 2002-07-29 22:23:25 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-07-29 22:23:25 +0000 |
commit | fc222b66f921a74919ab297266cb3b16df25d88b (patch) | |
tree | ee6f56c11e9a3098ae64b534a41cac1150b37ab5 /lang/jini/Makefile | |
parent | 312f6857af7cc9c2c44c9d19cfd9a26509a9479b (diff) | |
download | pkgsrc-fc222b66f921a74919ab297266cb3b16df25d88b.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/jini/Makefile')
-rw-r--r-- | lang/jini/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |