aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2004-03-30 22:49:59 +0800
committermaho <maho@FreeBSD.org>2004-03-30 22:49:59 +0800
commitec195b96a182e6331ac1e3f40c040c613f1117df (patch)
tree22f42591df59d3305a017fe134559d7cfc28be4a /math
parent3a04348798470e98942068dba083452e7fa3640f (diff)
downloadfreebsd-ports-gnome-ec195b96a182e6331ac1e3f40c040c613f1117df.tar.gz
freebsd-ports-gnome-ec195b96a182e6331ac1e3f40c040c613f1117df.tar.zst
freebsd-ports-gnome-ec195b96a182e6331ac1e3f40c040c613f1117df.zip
make portlint happy
Diffstat (limited to 'math')
-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"