diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-09-09 18:49:02 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-09-09 18:49:02 +0000 |
commit | 3a7a5a527e689ecdc1c8cbf5d466817dc52623f7 (patch) | |
tree | b2646ba653a62a53689c01ac76645e5befd0f7ca /java/java3d | |
parent | ec08cb0e1748785b2e8b161cc4047c15d1bedf0d (diff) |
Notes
Diffstat (limited to 'java/java3d')
-rw-r--r-- | java/java3d/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/java3d/Makefile b/java/java3d/Makefile index a23f5c8e13ee..569f5348888e 100644 --- a/java/java3d/Makefile +++ b/java/java3d/Makefile @@ -7,6 +7,7 @@ PORTNAME= java3d PORTVERSION= 1.5.2 +PORTREVISION= 1 CATEGORIES= java graphics MASTER_SITES= http://daemon.wizard.googlepages.com/ DISTNAME= java3d-${PORTVERSION} @@ -17,6 +18,7 @@ COMMENT= Java3D Kit ${PORTVERSION} USE_BZIP2= yes USE_JAVA= yes +USE_GL= gl JAVA_VERSION= 1.5+ USE_ANT= yes |