diff options
Diffstat (limited to 'math/apache-commons-math/Makefile')
-rw-r--r-- | math/apache-commons-math/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/apache-commons-math/Makefile b/math/apache-commons-math/Makefile index 59e38cc39ec5..2939cf7ac7dc 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= 1 +PORTREVISION= 2 CATEGORIES= math java MASTER_SITES= APACHE_COMMONS_SOURCE \ https://repo1.maven.org/maven2/junit/junit/4.8.2/:source2 @@ -23,7 +23,7 @@ USE_ANT= yes USE_JAVA= yes USE_LOCALE= en_US.ISO8859-1 -ALL_TARGET= jar +ALL_TARGET= compile jar MAKE_ARGS= -Dlibdir=${WRKDIR} -Dnoget=true JARFILE= ${PORTNAME:S,3,,}-3.6.jar |