diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-12-27 19:10:41 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-12-31 08:57:55 +0000 |
commit | 0835676e361bca74b28b09fe0425ed5ee958f26b (patch) | |
tree | 9617744fefea8689073e388ab345f23c6765b4fd /java/apache-commons-httpclient | |
parent | fbd8f896fa0456bf9f0763402b0917b01fee1469 (diff) |
Diffstat (limited to 'java/apache-commons-httpclient')
-rw-r--r-- | java/apache-commons-httpclient/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/java/apache-commons-httpclient/Makefile b/java/apache-commons-httpclient/Makefile index b4fc33cc7c66..daa4761944d7 100644 --- a/java/apache-commons-httpclient/Makefile +++ b/java/apache-commons-httpclient/Makefile @@ -19,10 +19,9 @@ RUN_DEPENDS+= ${JAVALIBDIR}/commons-codec.jar:java/apache-commons-codec OPTIONS_DEFINE= DOCS -USES+= cpe +USES+= cpe java:ant CPE_VENDOR= apache -USE_JAVA= yes -USE_ANT= yes + MAKE_ENV= ANT_INCLUDE_SHARED_JARS=YES NO_ARCH= yes |