aboutsummaryrefslogtreecommitdiff
path: root/lang/gfortran
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-04 01:44:52 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-04 01:44:52 +0000
commit054c21bdd76346d3cb2b937abe8f10bbf396c406 (patch)
tree36008b0a2d4ee56b3c71d25cf9cc95d5f449ec3d /lang/gfortran
parent5f4841248dafb23fb3e624d33d14edf887b5704b (diff)
downloadports-054c21bdd76346d3cb2b937abe8f10bbf396c406.tar.gz
ports-054c21bdd76346d3cb2b937abe8f10bbf396c406.zip
Notes
Diffstat (limited to 'lang/gfortran')
-rw-r--r--lang/gfortran/Makefile4
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