diff options
author | Ernst de Haan <znerd@FreeBSD.org> | 2002-08-29 18:45:49 +0000 |
---|---|---|
committer | Ernst de Haan <znerd@FreeBSD.org> | 2002-08-29 18:45:49 +0000 |
commit | e308806de17c7a849aade0fc8a25f390ab6c0882 (patch) | |
tree | c70588d33a98e2ce21135d2d788ab97ee259532e /java | |
parent | Add findsmb (diff) |
Use the new bsd.java.mk structure, so it doesn't try to install
jdk-1.1.8 when the user has a newer version of Java installed.
Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu>
PR: 39901
Notes
Notes:
svn path=/head/; revision=65238
Diffstat (limited to 'java')
-rw-r--r-- | java/jsdk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jsdk/Makefile b/java/jsdk/Makefile index 8a9b8987a21b..72efa3834677 100644 --- a/java/jsdk/Makefile +++ b/java/jsdk/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= greg@greg.rim.or.jp -RUN_DEPENDS= ${PREFIX}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk11 +USE_JAVA= 1.1+ NO_CDROM= "Sun has a funky license for this software" RESTRICTED= "no commercial use" |