diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 16:49:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 16:49:09 +0000 |
commit | c23ef8bc8bf7d31214830bdcaa75c6018065881a (patch) | |
tree | 4a5c38c58618cc47e6b107297e7eebb1a64292be /devel/charva | |
parent | 1510b743f230c8b6af6cc251122903f0afdc1461 (diff) |
Convert d* to USES=zip
Notes
Notes:
svn path=/head/; revision=347405
Diffstat (limited to 'devel/charva')
-rw-r--r-- | devel/charva/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/charva/Makefile b/devel/charva/Makefile index cce7e2ddb151..e9ab36fc54c4 100644 --- a/devel/charva/Makefile +++ b/devel/charva/Makefile @@ -16,8 +16,8 @@ RUN_DEPENDS= ${JAVAJARDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons- OPTIONS_DEFINE= DOCS -USE_ZIP= yes -USE_DOS2UNIX= Makefile.freebsd.txt +USES= dos2unix zip +DOS2UNIX_FILES= Makefile.freebsd.txt USE_JAVA= yes JAVA_VERSION= 1.6+ USE_ANT= yes |