aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2006-10-24 23:02:41 +0800
committersem <sem@FreeBSD.org>2006-10-24 23:02:41 +0800
commit297aaa6c75363a99ec36589aa0848e7160563370 (patch)
treed72cac366a48d7c529c1f7f73781f367649c373f
parent4f12636a2aea8e87cf5004123afda1cd8f3ca2f0 (diff)
downloadfreebsd-ports-gnome-297aaa6c75363a99ec36589aa0848e7160563370.tar.gz
freebsd-ports-gnome-297aaa6c75363a99ec36589aa0848e7160563370.tar.zst
freebsd-ports-gnome-297aaa6c75363a99ec36589aa0848e7160563370.zip
- Real fix build now - pass library path to ant.
Approved by: portmgr (marcus)
-rw-r--r--net/jakarta-commons-net/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/jakarta-commons-net/Makefile b/net/jakarta-commons-net/Makefile
index 8ce0cb814ff3..b8bcaa27537e 100644
--- a/net/jakarta-commons-net/Makefile
+++ b/net/jakarta-commons-net/Makefile
@@ -26,7 +26,7 @@ JAVA_VERSION= 1.3+
USE_ANT= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-MAKE_ARGS= -cp ${JAVALIBDIR}/junit.jar
+MAKE_ARGS= -cp ${JAVALIBDIR}/junit.jar -Dlibdir=${JAVALIBDIR} -Dnoget=""
MAKE_ENV+= LANG=C
ALL_TARGET= dist
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar