aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-03-16 03:01:39 +0800
committertijl <tijl@FreeBSD.org>2014-03-16 03:01:39 +0800
commit08762296e2a33997588c60d5cdeac47f81b0270d (patch)
tree5a2e760f399dd205b8dba8fa1accbd50ec9ac210 /math
parented20af9e5ea2e9a1e1b09b09896939ba68abc02d (diff)
downloadfreebsd-ports-gnome-08762296e2a33997588c60d5cdeac47f81b0270d.tar.gz
freebsd-ports-gnome-08762296e2a33997588c60d5cdeac47f81b0270d.tar.zst
freebsd-ports-gnome-08762296e2a33997588c60d5cdeac47f81b0270d.zip
Fixup for USES=fortran conversion. These ports require USE_GCC=yes
because they depend on gcc specific optimisation flags. While here use USES=tar:bzip2. PR: ports/187501 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
Diffstat (limited to 'math')
-rw-r--r--math/atlas-devel/Makefile4
-rw-r--r--math/atlas/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/math/atlas-devel/Makefile b/math/atlas-devel/Makefile
index 302f845ec760..60859b5f1a92 100644
--- a/math/atlas-devel/Makefile
+++ b/math/atlas-devel/Makefile
@@ -16,8 +16,8 @@ IGNORE = : dependent ports have been altered to link with math/atlas -- please\
use that port instead of math/atlas-devel, while the latter is being revised
MANUAL_PACKAGE_BUILD= Optimizes for the local machine.
-USES= fortran gmake
-USE_BZIP2= yes
+USES= fortran gmake tar:bzip2
+USE_GCC= yes
WRKSRC= ${WRKDIR}/ATLAS
USE_LDCONFIG= yes
CONFLICTS= atlas-[0-9]* cblas-[0-9]*
diff --git a/math/atlas/Makefile b/math/atlas/Makefile
index f10b59d62e02..b5ba211c8c51 100644
--- a/math/atlas/Makefile
+++ b/math/atlas/Makefile
@@ -16,8 +16,8 @@ LICENSE= BSD
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/math/lapack:checksum
-USE_BZIP2= yes
-USES= fortran
+USES= fortran tar:bzip2
+USE_GCC= yes
CONFLICTS= atlas-devel-[0-9]* cblas-[0-9]*
MANUAL_PACKAGE_BUILD= Optimizes for the local machine.