1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix build by adding jar dependencies into classpath.

This commit is contained in:
Alex Dupre 2014-02-03 11:54:02 +00:00
parent 93b679a695
commit d5bffd7e86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342432

View File

@ -20,6 +20,7 @@ USE_JAVA= yes
JAVA_VERSION= 1.6+
USE_ANT= yes
MAKE_ENV= ANT_INCLUDE_SHARED_JARS=YES
MAKE_ARGS= -Dcommons-beanutils.api=${COMMONS_BEANUTILS_API} \
-Dcommons-collections.api=${COMMONS_COLLECTIONS_API} \
-Dcommons-logging.api=${COMMONS_LOGGING_API} \