diff options
Diffstat (limited to 'textproc/smartdoc')
-rw-r--r-- | textproc/smartdoc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/smartdoc/Makefile b/textproc/smartdoc/Makefile index 72715e032138..babe5cbf03dc 100644 --- a/textproc/smartdoc/Makefile +++ b/textproc/smartdoc/Makefile @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/sdoc NO_BUILD= yes USE_ZIP= yes USE_JAVA= 1.2+ -NO_RUN_DEPENDS_JAVA= yes +JAVA_EXTRACT= yes EXTRACT_CMD= ${JAVA} EXTRACT_BEFORE_ARGS= -jar ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} \ -batch -bindir:${WRKSRC}/bin -installbasedir:${WRKSRC} |