diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-03-30 14:49:59 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-03-30 14:49:59 +0000 |
commit | db4e7c3acaca412f12e88bb22aad926ff0d81200 (patch) | |
tree | dfac5f6268c0f52b146bb1fa102084900e4d818e /math | |
parent | real fix for PR:64692 (diff) |
make portlint happy
Notes
Notes:
svn path=/head/; revision=105705
Diffstat (limited to 'math')
-rw-r--r-- | math/atlas-devel/Makefile | 6 | ||||
-rw-r--r-- | math/atlas/Makefile | 4 |
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" |