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 /comms | |
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 'comms')
-rw-r--r-- | comms/esmska/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/comms/esmska/Makefile b/comms/esmska/Makefile index e62f12eca510..3fb2e41ce885 100644 --- a/comms/esmska/Makefile +++ b/comms/esmska/Makefile @@ -9,8 +9,6 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= gamato@users.sf.net COMMENT= Program for sending SMS over the Internet -RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper - USE_JAVA= yes JAVA_VERSION= 1.6+ |