diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 17:25:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 17:25:25 +0000 |
commit | 90e4be82825ccbf0a54d7f0c86778e37faa24604 (patch) | |
tree | e4d42d1a01d2f26e6678f4a42045d4b7ee2dadf6 /textproc/xalan-j | |
parent | e42fb6b674459aeb59304ab3398a9804ff8e9237 (diff) |
Notes
Diffstat (limited to 'textproc/xalan-j')
-rw-r--r-- | textproc/xalan-j/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xalan-j/Makefile b/textproc/xalan-j/Makefile index 4976893bc187..e07d025a5f62 100644 --- a/textproc/xalan-j/Makefile +++ b/textproc/xalan-j/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${JAVALIBDIR}/xml-apis.jar:${PORTSDIR}/textproc/xerces-j LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USE_ZIP= yes +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes |