diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 09:24:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 09:24:47 +0000 |
commit | 912c68df95479775d8b605f468e39bb4f7914d1e (patch) | |
tree | 61b71e9b35b9bf982a153ac7b8823feeb60e1418 /net/tn5250j | |
parent | 796c3c772e0cdf2731621d15bfabeba92e587e6b (diff) | |
download | ports-912c68df95479775d8b605f468e39bb4f7914d1e.tar.gz ports-912c68df95479775d8b605f468e39bb4f7914d1e.zip |
Notes
Diffstat (limited to 'net/tn5250j')
-rw-r--r-- | net/tn5250j/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tn5250j/Makefile b/net/tn5250j/Makefile index 5487748ec08a..5c68dfef2112 100644 --- a/net/tn5250j/Makefile +++ b/net/tn5250j/Makefile @@ -22,11 +22,11 @@ RUN_DEPENDS= ${JAVAJARDIR}/mail.jar:${PORTSDIR}/java/javamail \ ${JAVAJARDIR}/itext.jar:${PORTSDIR}/devel/itext \ ${JAVAJARDIR}/log4j.jar:${PORTSDIR}/devel/log4j -USES= zip +USES= dos2unix zip USE_ANT= yes USE_JAVA= 1.3+ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_DOS2UNIX= build.xml +DOS2UNIX_FILES= build.xml ALL_TARGET= package MAKE_ENV+= CLASSPATH=${JYTHON_PREFIX} |