aboutsummaryrefslogtreecommitdiff
path: root/graphics/jogl/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-09 01:11:52 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-09 01:11:52 +0000
commit8382545c3d246f0d9791551e7fec1f1f2fcd1d0c (patch)
tree39b625e1de68d57793590953cd3be1f4f48f76f2 /graphics/jogl/Makefile
parentcd387639df3e54431bdaccea7fa2dd8bc98c3da2 (diff)
downloadports-8382545c3d246f0d9791551e7fec1f1f2fcd1d0c.tar.gz
ports-8382545c3d246f0d9791551e7fec1f1f2fcd1d0c.zip
- Add missing files to plist and sort it
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=385846
Diffstat (limited to 'graphics/jogl/Makefile')
-rw-r--r--graphics/jogl/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/jogl/Makefile b/graphics/jogl/Makefile
index e4eb52c55239..c9fae26869e8 100644
--- a/graphics/jogl/Makefile
+++ b/graphics/jogl/Makefile
@@ -3,9 +3,9 @@
PORTNAME= jogl
PORTVERSION= 1.1.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics devel java
-MASTER_SITES=http://download.java.net/media/jogl/builds/archive/jsr-231-1.1.1/
+MASTER_SITES= http://download.java.net/media/jogl/builds/archive/jsr-231-1.1.1/
EXTRACT_SUFX= -src.zip
MAINTAINER= peterj@FreeBSD.org
@@ -54,8 +54,10 @@ ALL_TARGET+= javadoc
.if ${JAVA_PORT_VERSION} == "1.6.0"
PLIST_SUB+= JDK6=""
+PLIST_SUB+= JDK7="@comment "
.else
PLIST_SUB+= JDK6="@comment "
+PLIST_SUB+= JDK7=""
.endif
post-patch: