diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:38:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:38:00 +0000 |
commit | 44105bbef82d297a098e178b03eb4290daa5d98b (patch) | |
tree | 4a763a23b7382a8c937ccd9826b459ad9ccec255 /net-im/mercury/Makefile | |
parent | Use the LOCAL MASTER_SITES macro. (diff) |
Convert n* to USES=zip
Diffstat (limited to '')
-rw-r--r-- | net-im/mercury/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/mercury/Makefile b/net-im/mercury/Makefile index c349f9192dbf..ee00e4370c25 100644 --- a/net-im/mercury/Makefile +++ b/net-im/mercury/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper \ RCVER= rc8a -USE_ZIP= yes +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes |