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 /graphics | |
parent | d96db69ae99bc35ecbaae906c17d3ff1b5202492 (diff) | |
download | freebsd-ports-graphics-6370cb910167419eada591b6dd2f149eb892a92c.tar.gz freebsd-ports-graphics-6370cb910167419eada591b6dd2f149eb892a92c.tar.zst freebsd-ports-graphics-6370cb910167419eada591b6dd2f149eb892a92c.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 470a0f5e0fc..d55e849f2d0 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 40ef51c546a..77afea62121 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 2161623ad83..6606b8964e0 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 |