aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2014-03-02 05:23:14 +0800
committergerald <gerald@FreeBSD.org>2014-03-02 05:23:14 +0800
commit3a5a6c80458cf7ec0f98f8934c5d17419c8da11d (patch)
treec81589bd52dcd80b0393c9e33f73dd8e4056e7bf /math
parent8910f415b1b570e1d9110dc0a2f5edf7e32ade6b (diff)
downloadfreebsd-ports-gnome-3a5a6c80458cf7ec0f98f8934c5d17419c8da11d.tar.gz
freebsd-ports-gnome-3a5a6c80458cf7ec0f98f8934c5d17419c8da11d.tar.zst
freebsd-ports-gnome-3a5a6c80458cf7ec0f98f8934c5d17419c8da11d.zip
Replace USE_GCC=4.2+ by USE_GCC=any. [1]
And USE_GMAKE by USES=gmake where touching a port because of the above. Approved by: portmgr (bapt) [1]
Diffstat (limited to 'math')
-rw-r--r--math/R-cran-MCMCpack/Makefile4
-rw-r--r--math/polymake/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/math/R-cran-MCMCpack/Makefile b/math/R-cran-MCMCpack/Makefile
index 76b5bac8a723..081f37d360e4 100644
--- a/math/R-cran-MCMCpack/Makefile
+++ b/math/R-cran-MCMCpack/Makefile
@@ -14,8 +14,8 @@ LICENSE= GPLv3
RUN_DEPENDS= R-cran-coda>0.11.3:${PORTSDIR}/math/R-cran-coda
-# Actually required 4.0 or later, but at least 4.2 in the FreeBSD ports tree
-USE_GCC= 4.2+
+# Actually required 4.0 or later.
+USE_GCC= any
USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/polymake/Makefile b/math/polymake/Makefile
index 66c60975b573..6fe374f916e4 100644
--- a/math/polymake/Makefile
+++ b/math/polymake/Makefile
@@ -23,7 +23,7 @@ LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \
USES= gmake perl5
USE_BZIP2= yes
-USE_GCC= 4.2+
+USE_GCC= any
USE_JAVA= yes
JAVA_BUILD= yes
JAVA_RUN= yes