diff options
Diffstat (limited to 'devel/statcvs/Makefile')
-rw-r--r-- | devel/statcvs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/statcvs/Makefile b/devel/statcvs/Makefile index 3e8ec57fc3f4..912bacc0cda7 100644 --- a/devel/statcvs/Makefile +++ b/devel/statcvs/Makefile @@ -15,10 +15,9 @@ LICENSE_FILE= ${WRKSRC}/etc/LICENSE BROKEN_armv6= fails to compile: build.xml: compilation failed BROKEN_armv7= fails to compile: build.xml: compilation failed -USES= zip -USE_JAVA= yes +USES= java:ant zip JAVA_VERSION= 8 -USE_ANT= yes + NO_ARCH= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |