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 /math | |
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 'math')
-rw-r--r-- | math/plman/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/plman/Makefile b/math/plman/Makefile index e99d18242bb7..b9e2735c10f2 100644 --- a/math/plman/Makefile +++ b/math/plman/Makefile @@ -12,8 +12,6 @@ DISTNAME= ${PORTNAME}${PORTVERSION:C/\./_/g} MAINTAINER= nivit@FreeBSD.org COMMENT= Propositional Logic sentence shell/interpreter -RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper - NO_BUILD= yes USES= zip |