diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-01-23 06:26:08 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-01-23 06:26:08 +0000 |
commit | 8837524ab69e955ca82221bf1bbc66d1f83c44de (patch) | |
tree | 96607db47696e0073f60530aead911f893717032 /java/jakarta-commons-pool | |
parent | 06acd13c21bb0676c544f32d463c63244fdd0f41 (diff) | |
download | ports-8837524ab69e955ca82221bf1bbc66d1f83c44de.tar.gz ports-8837524ab69e955ca82221bf1bbc66d1f83c44de.zip |
. Unbreak the build after the recent changes to ant. I've done it slightly
differently than the PR, using the ANT_INCLUDE_SHARED_JARS variable.
PR: 61711
Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer)
Notes
Notes:
svn path=/head/; revision=98864
Diffstat (limited to 'java/jakarta-commons-pool')
-rw-r--r-- | java/jakarta-commons-pool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/jakarta-commons-pool/Makefile b/java/jakarta-commons-pool/Makefile index f9da27069cce..2d0955b9c35d 100644 --- a/java/jakarta-commons-pool/Makefile +++ b/java/jakarta-commons-pool/Makefile @@ -36,7 +36,8 @@ JARFILE= ${PORTNAME}.jar DESTJARFILE= ${PORTNAME}.jar do-build: - @cd ${WRKSRC} && ${ANT} ${ANT_TARGET} + @cd ${WRKSRC} && \ + ${SETENV} ANT_INCLUDE_SHARED_JARS=YES ${ANT} ${ANT_TARGET} do-install: @${ECHO} -n ">> Installing JAR as ${JARDIR}/${DESTJARFILE}..." |