From 251357dfa5f53f1d6f2ca3c678fdf6b064d75c1e Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Sat, 15 Mar 2014 19:01:39 +0000 Subject: [PATCH] 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 --- math/atlas-devel/Makefile | 4 ++-- math/atlas/Makefile | 4 ++-- 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.