diff options
author | kris <kris@FreeBSD.org> | 2005-07-21 00:04:51 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-07-21 00:04:51 +0000 |
commit | e2964ba6154766529c64b21cbca4814d3eb7e2f9 (patch) | |
tree | 90c816b4e3b3c96ca575546c50bd241aad9ff13a | |
parent | 6fc78180a0e095905b381c9131e5074c7623d851 (diff) | |
download | FreeBSD-ports-e2964ba6154766529c64b21cbca4814d3eb7e2f9.zip FreeBSD-ports-e2964ba6154766529c64b21cbca4814d3eb7e2f9.tar.gz |
BROKEN on !i386: Does not compile
-rw-r--r-- | devel/xfc/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/xfc/Makefile b/devel/xfc/Makefile index 4394e57..d191da1 100644 --- a/devel/xfc/Makefile +++ b/devel/xfc/Makefile @@ -28,4 +28,10 @@ CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ CPPFLAGS=-I${LOCALBASE}/include \ LIBS=-L${LOCALBASE}/lib -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + +.include <bsd.port.post.mk> |