aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-01-24 00:03:57 +0800
committerantoine <antoine@FreeBSD.org>2015-01-24 00:03:57 +0800
commit6370cb910167419eada591b6dd2f149eb892a92c (patch)
tree483be00f13808aa3e0c4d4c7653bfc969aedf7c9 /net-im
parentd96db69ae99bc35ecbaae906c17d3ff1b5202492 (diff)
downloadfreebsd-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 'net-im')
-rw-r--r--net-im/convey/Makefile2
-rw-r--r--net-im/openfire/Makefile3
2 files changed, 1 insertions, 4 deletions
diff --git a/net-im/convey/Makefile b/net-im/convey/Makefile
index 75bf8e1aebe3..dab1185aec6b 100644
--- a/net-im/convey/Makefile
+++ b/net-im/convey/Makefile
@@ -12,8 +12,6 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Instant Message (IM) program using the Jabber protocol
-RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
-
USE_ANT= yes
USE_JAVA= yes
diff --git a/net-im/openfire/Makefile b/net-im/openfire/Makefile
index 66761b454969..e85f575988b7 100644
--- a/net-im/openfire/Makefile
+++ b/net-im/openfire/Makefile
@@ -13,8 +13,7 @@ COMMENT= Enterprise instant messaging server
LICENSE= APACHE20
-RUN_DEPENDS= classpath:${PORTSDIR}/java/javavmwrapper \
- ${JAVAJARDIR}/slf4j-api.jar:${PORTSDIR}/devel/slf4j
+RUN_DEPENDS= ${JAVAJARDIR}/slf4j-api.jar:${PORTSDIR}/devel/slf4j
OPTIONS_DEFINE= DOCS PLUGINS
OPTIONS_DEFAULT=PLUGINS