diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-06-04 02:56:24 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-06-04 02:56:24 +0000 |
commit | db9f34be728e58931a09d03fa1d976c3266cc673 (patch) | |
tree | 641454515c024621f9ddc3b02327277453ca1cba /science | |
parent | 23584580bd373a67f5e55193f01a5399903c5e1f (diff) | |
download | ports-db9f34be728e58931a09d03fa1d976c3266cc673.tar.gz ports-db9f34be728e58931a09d03fa1d976c3266cc673.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/abinit/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/science/abinit/Makefile b/science/abinit/Makefile index 692e99f77c59..321b114d1551 100644 --- a/science/abinit/Makefile +++ b/science/abinit/Makefile @@ -41,6 +41,10 @@ USE_GHOSTSCRIPT_BUILD= yes .include <bsd.port.pre.mk> +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +MANUAL_PACKAGE_BUILD= takes a tremendous amount of time to build on pointyhat nodes +.endif + .if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS) WITH_ATLAS= yes .endif |