mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Real fix build now - pass library path to ant.
Approved by: portmgr (marcus)
This commit is contained in:
parent
440363b1e8
commit
edb09674bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175519
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue