diff options
author | Alex Dupre <ale@FreeBSD.org> | 2014-02-03 11:54:02 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2014-02-03 11:54:02 +0000 |
commit | d5bffd7e86ce9ebcfefa0e927e9fa1d0310e045f (patch) | |
tree | e1647f938831cd7e36950d30779cadd217b5613c | |
parent | 93b679a695f9c4c6382fad13f59be8c9f0cd5208 (diff) |
Notes
-rw-r--r-- | textproc/jakarta-commons-digester/Makefile | 1 |
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} \ |