diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-11 02:01:09 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-11 02:01:09 +0800 |
commit | 4ea7b9edaecb51f9e3084d746156c73f4cd43962 (patch) | |
tree | 39484054f818fd9d23cb1801b9817b3fb958f201 /www/glassfish/Makefile | |
parent | 97987cee2a8e24656a01c8ef2171aed9846ee32a (diff) | |
download | freebsd-ports-gnome-4ea7b9edaecb51f9e3084d746156c73f4cd43962.tar.gz freebsd-ports-gnome-4ea7b9edaecb51f9e3084d746156c73f4cd43962.tar.zst freebsd-ports-gnome-4ea7b9edaecb51f9e3084d746156c73f4cd43962.zip |
Convert www to USES=zip
Diffstat (limited to 'www/glassfish/Makefile')
-rw-r--r-- | www/glassfish/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/glassfish/Makefile b/www/glassfish/Makefile index cbe36ce1d51e..a1f6e65e2e99 100644 --- a/www/glassfish/Makefile +++ b/www/glassfish/Makefile @@ -9,9 +9,7 @@ MASTER_SITES= http://download.java.net/glassfish/${PORTVERSION}/release/ MAINTAINER= cjr@cruwe.de COMMENT= Reference implementation of the Java EE application server -FETCH_ARGS= -pRr - -USE_ZIP= yes +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes |