diff options
author | gahr <gahr@FreeBSD.org> | 2016-11-03 12:02:14 +0000 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2016-11-03 12:02:14 +0000 |
commit | 61831bdf788691941c8dd16f6ad1c90ea336db7b (patch) | |
tree | 3491a429b3fd130d28e82a53d3f7c278c4d69ea4 | |
parent | 050b2291be924827f196ac97139eb598b28d0fa9 (diff) | |
download | FreeBSD-ports-61831bdf788691941c8dd16f6ad1c90ea336db7b.zip FreeBSD-ports-61831bdf788691941c8dd16f6ad1c90ea336db7b.tar.gz |
net-im/openfire: better RUN_DEPENDS line (no actual change in dependencies)
PR: 213929
Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
-rw-r--r-- | net-im/openfire/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/openfire/Makefile b/net-im/openfire/Makefile index bcfcf70..81b34bd 100644 --- a/net-im/openfire/Makefile +++ b/net-im/openfire/Makefile @@ -13,7 +13,7 @@ COMMENT= Enterprise instant messaging server LICENSE= APACHE20 -RUN_DEPENDS= ${JAVALIBDIR}/slf4j-api.jar:devel/slf4j +RUN_DEPENDS= slf4j>=1.7.7:devel/slf4j OPTIONS_DEFINE= DOCS PLUGINS OPTIONS_DEFAULT=PLUGINS |