diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-24 00:03:57 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-24 00:03:57 +0800 |
commit | 6370cb910167419eada591b6dd2f149eb892a92c (patch) | |
tree | 483be00f13808aa3e0c4d4c7653bfc969aedf7c9 /archivers | |
parent | d96db69ae99bc35ecbaae906c17d3ff1b5202492 (diff) | |
download | freebsd-ports-gnome-6370cb910167419eada591b6dd2f149eb892a92c.tar.gz freebsd-ports-gnome-6370cb910167419eada591b6dd2f149eb892a92c.tar.zst freebsd-ports-gnome-6370cb910167419eada591b6dd2f149eb892a92c.zip |
Remove explicit dependency on javavmwrapper for ports that USE_JAVA
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/jzip.org/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/archivers/jzip.org/Makefile b/archivers/jzip.org/Makefile index 78c4b0c1ed9b..f5992c424074 100644 --- a/archivers/jzip.org/Makefile +++ b/archivers/jzip.org/Makefile @@ -11,8 +11,6 @@ DISTNAME= ${PORTNAME}${PORTVERSION}.src MAINTAINER= ports@FreeBSD.org COMMENT= WinZip like program written in Java -RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper - USES= zip PLIST_FILES= %%JAVAJARDIR%%/jzip.org.jar bin/${PORTNAME} USE_JAVA= yes |