aboutsummaryrefslogtreecommitdiffstats
path: root/java/java3d
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2008-09-10 02:49:02 +0800
committergahr <gahr@FreeBSD.org>2008-09-10 02:49:02 +0800
commit30f5d74d3a7dfe31e98465fcc7737f05d8b2920f (patch)
tree506bc903804700e02aa6c5b187a33c43e8f65c83 /java/java3d
parent32f58cc8e049e2b4bd58d791def2528870889b7e (diff)
downloadfreebsd-ports-gnome-30f5d74d3a7dfe31e98465fcc7737f05d8b2920f.tar.gz
freebsd-ports-gnome-30f5d74d3a7dfe31e98465fcc7737f05d8b2920f.tar.zst
freebsd-ports-gnome-30f5d74d3a7dfe31e98465fcc7737f05d8b2920f.zip
- Add dependency to libGL
PR: 127239 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Reported by: QA Tindie Approved by: portmgr
Diffstat (limited to 'java/java3d')
-rw-r--r--java/java3d/Makefile2
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