aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--math/atlas-devel/Makefile6
-rw-r--r--math/atlas/Makefile4
2 files changed, 5 insertions, 5 deletions
diff --git a/math/atlas-devel/Makefile b/math/atlas-devel/Makefile
index be0fed20477a..a664daec1f14 100644
--- a/math/atlas-devel/Makefile
+++ b/math/atlas-devel/Makefile
@@ -9,7 +9,7 @@
# Program and compiler flags are finetuned to gcc.
PORTNAME= atlas
-PORTVERSION= 3.7.1
+PORTVERSION= 3.7.3
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= math-atlas
@@ -27,7 +27,7 @@ NO_PACKAGE= runtime performance heavily depends on building environment
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 501000 && ${MACHINE_ARCH} == "alpha"
+.if ${OSVERSION} < 501000 && ${ARCH} == "alpha"
USE_GCC=3.3
.endif
@@ -50,7 +50,7 @@ post-patch:
@(cd ${WRKSRC}; ${PATCH} < ${FILESDIR}/alpha-patch)
.endif
-PICFLAG!= ${MAKE} -f bsd.lib.mk -V PICFLAG
+PICFLAG!= ${MAKE} -f bsd.lib.mk -V PICFLAG
ANSWER_i386?= ${PRINTF} "\n\n\n\n\n\n\n\n\n\n"
ANSWER_ia64?= ${PRINTF} "\n\n\n2\n\n\n\n\nf77\n-O2 -static\n\n"
diff --git a/math/atlas/Makefile b/math/atlas/Makefile
index 622fefd2a4b4..bc1b265ecc2f 100644
--- a/math/atlas/Makefile
+++ b/math/atlas/Makefile
@@ -26,7 +26,7 @@ USE_REINPLACE= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 501000 && ${MACHINE_ARCH} == "alpha"
+.if ${OSVERSION} < 501000 && ${ARCH} == "alpha"
USE_GCC=3.3
.endif
@@ -49,7 +49,7 @@ post-patch:
@(cd ${WRKSRC}; ${PATCH} < ${FILESDIR}/alpha-patch)
.endif
-PICFLAG!= ${MAKE} -f bsd.lib.mk -V PICFLAG
+PICFLAG!= ${MAKE} -f bsd.lib.mk -V PICFLAG
ANSWER_i386?= ${PRINTF} "\n\n\n\n\n\n\n\n\n\n"
ANSWER_ia64?= ${PRINTF} "\n\n\n2\n\n\n\n\nf77\n-O2 -static\n\n"