diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-10 12:52:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-10 12:52:50 +0000 |
commit | 27772770604415c4b00d88191f44cfba460fca23 (patch) | |
tree | 238275c5e94cac182fe79a6a455461ea94c9e664 /net-im/wildfire | |
parent | b59ad24aae4f8ea143b3e4853c065c40f93a9253 (diff) |
Notes
Diffstat (limited to 'net-im/wildfire')
-rw-r--r-- | net-im/wildfire/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-im/wildfire/Makefile b/net-im/wildfire/Makefile index 82c240d22378..f26bb66fd211 100644 --- a/net-im/wildfire/Makefile +++ b/net-im/wildfire/Makefile @@ -16,14 +16,15 @@ MAINTAINER= quetzal@zone3000.net COMMENT= Openfire (formerly Wildfire) is an enterprise instant messaging server RUN_DEPENDS= classpath:${PORTSDIR}/java/javavmwrapper + +USE_ANT= yes USE_JAVA= yes JAVA_VERSION= 1.5+ -USE_ANT= yes +CONFLICTS= openfire-[0-9]* -USE_RC_SUBR= wildfire ALL_TARGET= wildfire - +USE_RC_SUBR= wildfire SUB_FILES= pkg-message WRKSRC= ${WRKDIR}/${PORTNAME}_src |