From d5bffd7e86ce9ebcfefa0e927e9fa1d0310e045f Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Mon, 3 Feb 2014 11:54:02 +0000 Subject: [PATCH] Fix build by adding jar dependencies into classpath. --- textproc/jakarta-commons-digester/Makefile | 1 + 1 file changed, 1 insertion(+) 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} \