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/tn5250j | |
parent | Use the LOCAL MASTER_SITES macro. (diff) |
Convert n* to USES=zip
Diffstat (limited to 'net/tn5250j')
-rw-r--r-- | net/tn5250j/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tn5250j/Makefile b/net/tn5250j/Makefile index 358bdef85291..5487748ec08a 100644 --- a/net/tn5250j/Makefile +++ b/net/tn5250j/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${JAVAJARDIR}/mail.jar:${PORTSDIR}/java/javamail \ ${JAVAJARDIR}/itext.jar:${PORTSDIR}/devel/itext \ ${JAVAJARDIR}/log4j.jar:${PORTSDIR}/devel/log4j -USE_ZIP= yes +USES= zip USE_ANT= yes USE_JAVA= 1.3+ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |