diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-02-10 18:11:04 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-02-10 18:11:04 +0000 |
commit | 34edbd2f42c899727fa0a73b1ad20e842e28b1ea (patch) | |
tree | f9ae22c88ce1d5332eaddcd5fa1e18a07b643762 /math/geonext | |
parent | c2600cea60a77b65b35bacb015ebec5019cd5bb6 (diff) | |
download | ports-34edbd2f42c899727fa0a73b1ad20e842e28b1ea.tar.gz ports-34edbd2f42c899727fa0a73b1ad20e842e28b1ea.zip |
Notes
Diffstat (limited to 'math/geonext')
-rw-r--r-- | math/geonext/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/geonext/Makefile b/math/geonext/Makefile index 36a0b18e09b5..787d1ba2b368 100644 --- a/math/geonext/Makefile +++ b/math/geonext/Makefile @@ -7,7 +7,7 @@ PORTNAME= geonext PORTVERSION= 1.11 -CATEGORIES= math graphics +CATEGORIES= math graphics java MASTER_SITES= http://geonext.uni-bayreuth.de/data/download/\ http://home.arcor.de/fehlner/inhalt/download/\ http://home.arcor.de/teambushido/ @@ -19,7 +19,8 @@ COMMENT?= Interactive (dynamic) elementary Geometry Software WRKSRC= ${WRKDIR}/geonext_install NO_BUILD= yes USE_ZIP= yes -USE_JAVA= 1.4 +USE_JAVA= yes +JAVA_VERSION= 1.4 DATA= cacerts didmat.crt geonext.html geonext.jar license.txt index.html IMG= g.gif gn.gif gni.gif geoint.png pixel.gif gx.gif gxt.gif ubt.gif x.ico |