diff options
author | kris <kris@FreeBSD.org> | 2004-04-04 09:44:52 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-04 09:44:52 +0800 |
commit | 00bfc0c34d342a915a55be3cbd9ff1c40abb83b2 (patch) | |
tree | c89060fcc5e8f7df52ecd788d2d48c9e24e87b59 /lang | |
parent | 1ae8c86cdefce2703daea3440773d0175441f5e3 (diff) | |
download | freebsd-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/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 |