summaryrefslogtreecommitdiff
path: root/java/jakarta-commons-pool
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-01-23 06:26:08 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-01-23 06:26:08 +0000
commit8837524ab69e955ca82221bf1bbc66d1f83c44de (patch)
tree96607db47696e0073f60530aead911f893717032 /java/jakarta-commons-pool
parentUse LS macro. (diff)
. 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/Makefile3
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}..."