1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

- Real fix build now - pass library path to ant.

Approved by:	portmgr (marcus)
This commit is contained in:
Sergey Matveychuk 2006-10-24 15:02:41 +00:00
parent 440363b1e8
commit edb09674bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175519

View File

@ -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