From 8837524ab69e955ca82221bf1bbc66d1f83c44de Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Fri, 23 Jan 2004 06:26:08 +0000 Subject: . 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 (maintainer) --- java/jakarta-commons-pool/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'java/jakarta-commons-pool') 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}..." -- cgit v1.2.3