diff options
author | glewis <glewis@FreeBSD.org> | 2004-04-05 14:54:07 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-04-05 14:54:07 +0800 |
commit | e1e7bfa398b56829310ae1d7becab12204a9f636 (patch) | |
tree | 782ae0a7c62290099ed8efac7743098087d2d666 /textproc | |
parent | 63b9c30de1b432c405d8269ae1a0108fd272f81f (diff) | |
download | freebsd-ports-gnome-e1e7bfa398b56829310ae1d7becab12204a9f636.tar.gz freebsd-ports-gnome-e1e7bfa398b56829310ae1d7becab12204a9f636.tar.zst freebsd-ports-gnome-e1e7bfa398b56829310ae1d7becab12204a9f636.zip |
. 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
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/smartdoc-devel/Makefile | 2 | ||||
-rw-r--r-- | textproc/smartdoc/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/smartdoc-devel/Makefile b/textproc/smartdoc-devel/Makefile index 44faf904bffd..4e06b020626e 100644 --- a/textproc/smartdoc-devel/Makefile +++ b/textproc/smartdoc-devel/Makefile @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/sdoc NO_BUILD= yes USE_ZIP= yes USE_JAVA= 1.3+ -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} 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} |