diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-23 16:03:57 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-23 16:03:57 +0000 |
commit | 4f4e8c52c6a6c1fed51bba565374a17f5851edff (patch) | |
tree | 483be00f13808aa3e0c4d4c7653bfc969aedf7c9 /net-im/openfire | |
parent | de9b9ec948038187c339cacff86da98ea3b0835f (diff) | |
download | ports-4f4e8c52c6a6c1fed51bba565374a17f5851edff.tar.gz ports-4f4e8c52c6a6c1fed51bba565374a17f5851edff.zip |
Remove explicit dependency on javavmwrapper for ports that USE_JAVA
Notes
Notes:
svn path=/head/; revision=377747
Diffstat (limited to 'net-im/openfire')
-rw-r--r-- | net-im/openfire/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |