diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-12-17 18:54:18 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-12-17 18:54:18 +0000 |
commit | f1f85b6f93d3d665a0e608adcb575c878605fe44 (patch) | |
tree | f7a61b83609be987a4cbd5d8dfe7d272df6ef889 /textproc/py-4suite-xml | |
parent | 9a61c2aa50cd201928afc7fd7eceed3d41ca43d5 (diff) |
BROKEN on !i386: Does not build
Notes
Notes:
svn path=/head/; revision=151435
Diffstat (limited to 'textproc/py-4suite-xml')
-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 1010a0e2f7dd..9c6b930202dc 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 |