aboutsummaryrefslogtreecommitdiffstats
path: root/math/apache-commons-math
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-12-31 15:23:29 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-12-31 15:39:30 +0100
commitac7a7d6fe13746d1178035d7756c788f9ef9beb2 (patch)
tree4acab9d840c8b6cb1477ba8c67b3da4a4c338564 /math/apache-commons-math
parente0d5991c50a9938855a605f016069351e9997e8d (diff)
Mk/Uses/java.mk: Runtime fix with USES=java:ant
USES=java:ant does not imply USES=java:run so we need to add the run arg seperately when we are using USES=java:ant. Not all ports require the the argument so it is better to address the ports individually instead of handling it automatically by implying run for ant. Thanks to vvd for carefully going through this. Reported by: vvd Approved by: portmgr (blanket)
Diffstat (limited to 'math/apache-commons-math')
-rw-r--r--math/apache-commons-math/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/apache-commons-math/Makefile b/math/apache-commons-math/Makefile
index dd4c1cd8ac5f..10404dbf93cd 100644
--- a/math/apache-commons-math/Makefile
+++ b/math/apache-commons-math/Makefile
@@ -1,6 +1,6 @@
PORTNAME= commons-math
PORTVERSION= 3.6.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math java
MASTER_SITES= APACHE_COMMONS_SOURCE \
https://repo1.maven.org/maven2/junit/junit/4.8.2/:source2
@@ -16,7 +16,7 @@ WWW= https://commons.apache.org/proper/commons-math/
LICENSE= APACHE20
-USES= java:ant
+USES= java:ant,run
USE_LOCALE= en_US.ISO8859-1
ALL_TARGET= compile jar