diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-04 01:44:52 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-04 01:44:52 +0000 |
commit | 054c21bdd76346d3cb2b937abe8f10bbf396c406 (patch) | |
tree | 36008b0a2d4ee56b3c71d25cf9cc95d5f449ec3d /lang/gfortran | |
parent | 5f4841248dafb23fb3e624d33d14edf887b5704b (diff) | |
download | ports-054c21bdd76346d3cb2b937abe8f10bbf396c406.tar.gz ports-054c21bdd76346d3cb2b937abe8f10bbf396c406.zip |
Notes
Diffstat (limited to 'lang/gfortran')
-rw-r--r-- | lang/gfortran/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gfortran/Makefile b/lang/gfortran/Makefile index b177115ba641..5baa8edb43a6 100644 --- a/lang/gfortran/Makefile +++ b/lang/gfortran/Makefile @@ -31,6 +31,10 @@ SNAPDATE= 20040317 .include <bsd.port.pre.mk> +.if ${ARCH} != "amd64" && ${ARCH} != "i386" +BROKEN= "Does not compile on !i386 and !amd64" +.endif + .if ${ARCH} == "amd64" CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} .else |