diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-04-06 06:41:31 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-04-06 06:41:31 +0000 |
commit | 8a785c78acf6470357e26504af72ba50c4d23009 (patch) | |
tree | 101141dcc6f3dbb43dc8944bce02df4e2718cc2d /java | |
parent | - update to 0.1.0 (diff) |
. Convert to the newer bsd.java.mk syntax.
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
Notes
Notes:
svn path=/head/; revision=106293
Diffstat (limited to 'java')
-rw-r--r-- | java/trove4j/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java/trove4j/Makefile b/java/trove4j/Makefile index 37ccf20464ad..d19fad36ea57 100644 --- a/java/trove4j/Makefile +++ b/java/trove4j/Makefile @@ -15,7 +15,9 @@ COMMENT= GNU Trove: High performance collections for Java MAINTAINER= herve.quiroz@esil.univ-mrs.fr -USE_JAVA= 1.3+ +USE_JAVA= yes +JAVA_VERSION= 1.3+ +JAVA_RUN= jdk NO_BUILD= YES PORT_JARFILE= trove.jar |