From 6ae81701d89cd4be0858697583a3c8eb17abb795 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sun, 14 Jan 2007 13:26:55 +0000 Subject: [PATCH] gmake is needed as a build dependency. Approved by: maho --- math/atlas-devel/Makefile | 7 ++++--- math/atlas/Makefile | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/math/atlas-devel/Makefile b/math/atlas-devel/Makefile index 1f68f171ba4d..eb219bd3fcc7 100644 --- a/math/atlas-devel/Makefile +++ b/math/atlas-devel/Makefile @@ -25,6 +25,7 @@ NO_PACKAGE= Optimizes for the local machine, so a package is not generally usefu CONFLICTS= elmer-mathlibs-1* USE_BZIP2= yes +USE_GMAKE= yes WRKSRC= ${WRKDIR}/ATLAS USE_LDCONFIG= yes @@ -34,7 +35,7 @@ NOT_FOR_ARCHS= alpha #to compile the ATLAS kernel we use gcc3. See ATLAS/INSTALL.txt for details. WANT_FORTRAN= yes -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 +BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 FC= gfortran42 F77= gfortran42 .if ${OSVERSION} > 700000 @@ -61,9 +62,9 @@ FFLAGS+= -pipe -O2 -ffast-math .endif .endif .if defined(WITH_STATICLIB) -PLIST_SUB+= WITH_STATICLIB="" +PLIST_SUB+= WITH_STATICLIB="" .else -PLIST_SUB+= WITH_STATICLIB="@comment " +PLIST_SUB+= WITH_STATICLIB="@comment " .endif post-extract: diff --git a/math/atlas/Makefile b/math/atlas/Makefile index ef0c4a0380cb..eb95c77c7742 100644 --- a/math/atlas/Makefile +++ b/math/atlas/Makefile @@ -25,6 +25,7 @@ NO_PACKAGE= Optimizes for the local machine, so a package is not generally usefu CONFLICTS= elmer-mathlibs-1* USE_BZIP2= yes +USE_GMAKE= yes WRKSRC= ${WRKDIR}/ATLAS USE_LDCONFIG= yes @@ -32,7 +33,7 @@ USE_LDCONFIG= yes #to compile the ATLAS kernel we use gcc3. See ATLAS/INSTALL.txt for details. WANT_FORTRAN= yes -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 +BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 FC= gfortran42 F77= gfortran42 .if ${OSVERSION} > 700000 @@ -96,9 +97,9 @@ EXTRA_PATCHES+= ${FILESDIR}/timing_tolerance-patch .endif .if defined(WITH_STATICLIB) -PLIST_SUB+= WITH_STATICLIB="" +PLIST_SUB+= WITH_STATICLIB="" .else -PLIST_SUB+= WITH_STATICLIB="@comment " +PLIST_SUB+= WITH_STATICLIB="@comment " .endif pre-configure: