aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2014-02-03 11:54:02 +0000
committerAlex Dupre <ale@FreeBSD.org>2014-02-03 11:54:02 +0000
commitd5bffd7e86ce9ebcfefa0e927e9fa1d0310e045f (patch)
treee1647f938831cd7e36950d30779cadd217b5613c /textproc
parent93b679a695f9c4c6382fad13f59be8c9f0cd5208 (diff)
downloadports-d5bffd7e86ce9ebcfefa0e927e9fa1d0310e045f.tar.gz
ports-d5bffd7e86ce9ebcfefa0e927e9fa1d0310e045f.zip
Fix build by adding jar dependencies into classpath.
Notes
Notes: svn path=/head/; revision=342432
Diffstat (limited to 'textproc')
-rw-r--r--textproc/jakarta-commons-digester/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/jakarta-commons-digester/Makefile b/textproc/jakarta-commons-digester/Makefile
index 5c1732c4f1a5..b74c03d31912 100644
--- a/textproc/jakarta-commons-digester/Makefile
+++ b/textproc/jakarta-commons-digester/Makefile
@@ -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} \