diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-23 16:03:57 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-23 16:03:57 +0000 |
commit | 4f4e8c52c6a6c1fed51bba565374a17f5851edff (patch) | |
tree | 483be00f13808aa3e0c4d4c7653bfc969aedf7c9 /sysutils/jdiskreport/Makefile | |
parent | de9b9ec948038187c339cacff86da98ea3b0835f (diff) | |
download | ports-4f4e8c52c6a6c1fed51bba565374a17f5851edff.tar.gz ports-4f4e8c52c6a6c1fed51bba565374a17f5851edff.zip |
Remove explicit dependency on javavmwrapper for ports that USE_JAVA
Notes
Notes:
svn path=/head/; revision=377747
Diffstat (limited to 'sysutils/jdiskreport/Makefile')
-rw-r--r-- | sysutils/jdiskreport/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/jdiskreport/Makefile b/sysutils/jdiskreport/Makefile index 7d0362fc2138..bfbf6cbe66c1 100644 --- a/sysutils/jdiskreport/Makefile +++ b/sysutils/jdiskreport/Makefile @@ -10,8 +10,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S,.,_,g} MAINTAINER= jon@witchspace.com COMMENT= Java program to graphically display disk usage statistics -RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper - USES= zip USE_JAVA= YES JAVA_VERSION= 1.6+ |