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/atlas-devel | |
parent | 7aa685c7876e0461f6bbfe5b7c71b56e39a15324 (diff) |
Notes
Diffstat (limited to 'math/atlas-devel')
-rw-r--r-- | math/atlas-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 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" |