aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-04-04 09:44:52 +0800
committerkris <kris@FreeBSD.org>2004-04-04 09:44:52 +0800
commit00bfc0c34d342a915a55be3cbd9ff1c40abb83b2 (patch)
treec89060fcc5e8f7df52ecd788d2d48c9e24e87b59 /lang
parent1ae8c86cdefce2703daea3440773d0175441f5e3 (diff)
downloadfreebsd-ports-gnome-00bfc0c34d342a915a55be3cbd9ff1c40abb83b2.tar.gz
freebsd-ports-gnome-00bfc0c34d342a915a55be3cbd9ff1c40abb83b2.tar.zst
freebsd-ports-gnome-00bfc0c34d342a915a55be3cbd9ff1c40abb83b2.zip
BROKEN on !i386 and !amd64: Does not compile
Diffstat (limited to 'lang')
-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