diff options
author | maho <maho@FreeBSD.org> | 2004-03-30 22:49:59 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-03-30 22:49:59 +0800 |
commit | ec195b96a182e6331ac1e3f40c040c613f1117df (patch) | |
tree | 22f42591df59d3305a017fe134559d7cfc28be4a /math/atlas | |
parent | 3a04348798470e98942068dba083452e7fa3640f (diff) | |
download | freebsd-ports-gnome-ec195b96a182e6331ac1e3f40c040c613f1117df.tar.gz freebsd-ports-gnome-ec195b96a182e6331ac1e3f40c040c613f1117df.tar.zst freebsd-ports-gnome-ec195b96a182e6331ac1e3f40c040c613f1117df.zip |
make portlint happy
Diffstat (limited to 'math/atlas')
-rw-r--r-- | math/atlas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |