diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-24 00:03:57 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-24 00:03:57 +0800 |
commit | 4f4e8c52c6a6c1fed51bba565374a17f5851edff (patch) | |
tree | 483be00f13808aa3e0c4d4c7653bfc969aedf7c9 /graphics | |
parent | de9b9ec948038187c339cacff86da98ea3b0835f (diff) | |
download | freebsd-ports-gnome-4f4e8c52c6a6c1fed51bba565374a17f5851edff.tar.gz freebsd-ports-gnome-4f4e8c52c6a6c1fed51bba565374a17f5851edff.tar.zst freebsd-ports-gnome-4f4e8c52c6a6c1fed51bba565374a17f5851edff.zip |
Remove explicit dependency on javavmwrapper for ports that USE_JAVA
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aoi/Makefile | 1 | ||||
-rw-r--r-- | graphics/jalbum/Makefile | 2 | ||||
-rw-r--r-- | graphics/tintfu/Makefile | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/graphics/aoi/Makefile b/graphics/aoi/Makefile index 470a0f5e0fcd..d55e849f2d04 100644 --- a/graphics/aoi/Makefile +++ b/graphics/aoi/Makefile @@ -16,7 +16,6 @@ COMMENT= Open source Java written 3D modelling and rendering studio LICENSE= GPLv2 LIB_DEPENDS= libjogl.so:${PORTSDIR}/graphics/jogl -RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper USES= dos2unix zip DOS2UNIX_FILES= ../AoI_Manual/*.html diff --git a/graphics/jalbum/Makefile b/graphics/jalbum/Makefile index 40ef51c546ae..77afea621215 100644 --- a/graphics/jalbum/Makefile +++ b/graphics/jalbum/Makefile @@ -10,8 +10,6 @@ DISTNAME= jAlbum${PORTVERSION} MAINTAINER= tdb@FreeBSD.org COMMENT= Web photo album generator -RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper - WRKSRC= ${WRKDIR}/jAlbum USES= zip diff --git a/graphics/tintfu/Makefile b/graphics/tintfu/Makefile index 2161623ad83c..6606b8964e0d 100644 --- a/graphics/tintfu/Makefile +++ b/graphics/tintfu/Makefile @@ -12,8 +12,6 @@ EXTRACT_SUFX= .jar MAINTAINER= ports@FreeBSD.org COMMENT= GraphViz .dot file editor -RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper - NO_WRKSUBDIR= yes EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= # empty |