From eee81f2de253a44567887c594293860c21bd16ec Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Mon, 5 Apr 2004 06:54:07 +0000 Subject: . Ask explicitly for an extract dependency on java using the newly introduced JAVA_EXTRACT setting. Since that dependency has been explicitly asked for there is no need to explicitly ask not to have a run depends (explicit request(s) overrides implicit dependency setting). Problem reported by: kris --- textproc/smartdoc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/smartdoc') 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} -- cgit v1.2.3