diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-19 23:08:44 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-19 23:08:44 +0000 |
commit | 02e619a5d80d666372fdf370624b2d6c016de0d5 (patch) | |
tree | ab8d23ab014eb4477219665648225ccea56d0295 /devel/jgoodies-common | |
parent | f153879e96a329b43f46107b542848d2be0769c1 (diff) |
Notes
Diffstat (limited to 'devel/jgoodies-common')
-rw-r--r-- | devel/jgoodies-common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/jgoodies-common/Makefile b/devel/jgoodies-common/Makefile index f59737485e09..103c9ce80653 100644 --- a/devel/jgoodies-common/Makefile +++ b/devel/jgoodies-common/Makefile @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${JAVALIBDIR}/junit.jar:${PORTSDIR}/java/junit +USES= dos2unix USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.6+ @@ -22,7 +23,6 @@ USE_ANT= yes MAKE_ARGS+= -Djunit4.jar=${LOCALBASE}/share/java/classes/junit.jar ALL_TARGET= jar test EXTRACT_AFTER_ARGS=-d ${WRKDIR} -x '*/api/*' '*.jar' -USE_DOS2UNIX= yes REINPLACE_ARGS= -i "" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |