diff options
author | kris <kris@FreeBSD.org> | 2005-12-17 18:54:18 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-12-17 18:54:18 +0000 |
commit | 0b7a2bfd6d67b169a9980fd34d2af61e0d63ed1c (patch) | |
tree | 13178119f4e84a87540dd502560ce745055fc644 /textproc | |
parent | f9bd35c78d23b6064b0b4464c4124afb364d684d (diff) | |
download | FreeBSD-ports-0b7a2bfd6d67b169a9980fd34d2af61e0d63ed1c.zip FreeBSD-ports-0b7a2bfd6d67b169a9980fd34d2af61e0d63ed1c.tar.gz |
BROKEN on !i386: Does not build
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-4suite-xml/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/py-4suite-xml/Makefile b/textproc/py-4suite-xml/Makefile index 1010a0e..9c6b930 100644 --- a/textproc/py-4suite-xml/Makefile +++ b/textproc/py-4suite-xml/Makefile @@ -28,6 +28,10 @@ CONFLICTS= py*-4suite-[01]* py*-xml-0.7* .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" +BROKEN= "Does not build on !i386" +.endif + BINDIR= bin SYSCONFDIR= etc/4Suite LIBDIR= lib/4Suite |