aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-04-30 09:22:09 +0800
committerkris <kris@FreeBSD.org>2005-04-30 09:22:09 +0800
commit6e65b10bbe8504455c909ae7a7d439b7591ad9ca (patch)
tree5f9153063e79a288a079783dd9d7c7e3c29d23b0 /deskutils
parenta0560856a6bd24f4ba895ddef7bd34ae52d85dd2 (diff)
downloadfreebsd-ports-gnome-6e65b10bbe8504455c909ae7a7d439b7591ad9ca.tar.gz
freebsd-ports-gnome-6e65b10bbe8504455c909ae7a7d439b7591ad9ca.tar.zst
freebsd-ports-gnome-6e65b10bbe8504455c909ae7a7d439b7591ad9ca.zip
BROKEN on i386: Does not build
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/narval/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/deskutils/narval/Makefile b/deskutils/narval/Makefile
index 1fe69f9922df..840831dd28f0 100644
--- a/deskutils/narval/Makefile
+++ b/deskutils/narval/Makefile
@@ -30,6 +30,10 @@ DOCFILES= ANNOUNCE.en ANNOUNCE.fr CHANGELOG CONTRIBUTORS README.WIN32 README.UNI
.include <bsd.port.pre.mk>
+.if ${ARCH} == "i386"
+BROKEN= "Does not build on i386"
+.endif
+
.if ${PYTHON_VERSION} == "python1.5" || ${PYTHON_VERSION} == "python1.6"
XMLDIR= xml
.else