From ec195b96a182e6331ac1e3f40c040c613f1117df Mon Sep 17 00:00:00 2001 From: maho Date: Tue, 30 Mar 2004 14:49:59 +0000 Subject: make portlint happy --- math/atlas-devel/Makefile | 6 +++--- math/atlas/Makefile | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'math') 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 -.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 -.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" -- cgit