diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-10 23:21:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-10 23:21:21 +0800 |
commit | 85569118a684d47796e8e7ca4129542bcb86cf5e (patch) | |
tree | 9b323bcd3bd5e01546acdcbc8ebfa5e108a04d56 /java/eclipse-uml/Makefile | |
parent | 5f6658f9654c7b511a0e85d69a12c6fa4fcd331c (diff) | |
download | freebsd-ports-gnome-85569118a684d47796e8e7ca4129542bcb86cf5e.tar.gz freebsd-ports-gnome-85569118a684d47796e8e7ca4129542bcb86cf5e.tar.zst freebsd-ports-gnome-85569118a684d47796e8e7ca4129542bcb86cf5e.zip |
Convert j* to USES=zip
Diffstat (limited to 'java/eclipse-uml/Makefile')
-rw-r--r-- | java/eclipse-uml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse-uml/Makefile b/java/eclipse-uml/Makefile index 447b63116c71..c6c322e938d0 100644 --- a/java/eclipse-uml/Makefile +++ b/java/eclipse-uml/Makefile @@ -16,9 +16,9 @@ COMMENT= A framework creating UML diagrams in Eclipse RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ ${LOCALBASE}/share/eclipse/dropins/emf:${PORTSDIR}/java/eclipse-emf +USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes -USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native |