diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 17:01:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 17:01:36 +0000 |
commit | 8a7c77fbbd57ecbfd89783ebd805b59f8f2387a8 (patch) | |
tree | 6d9bf2c42239eb7fa59e3a370ddfad85fecabb87 /security/xml-security | |
parent | ae7708b169aa040d2d1177a4ca193ed6a8d60e5d (diff) | |
download | ports-8a7c77fbbd57ecbfd89783ebd805b59f8f2387a8.tar.gz ports-8a7c77fbbd57ecbfd89783ebd805b59f8f2387a8.zip |
Notes
Diffstat (limited to 'security/xml-security')
-rw-r--r-- | security/xml-security/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/xml-security/Makefile b/security/xml-security/Makefile index 323cef707aa6..e0703fdbed8c 100644 --- a/security/xml-security/Makefile +++ b/security/xml-security/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons- LICENSE= APACHE20 OPTIONS_DEFINE= DOCS EXAMPLES -USE_ZIP= yes +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/./_/g} |