diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-30 01:22:09 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-30 01:22:09 +0000 |
commit | 256db1db9f2ffa7b4882fe85742cdfa2e148cbf1 (patch) | |
tree | 453f2993fe4ab13cc51853b471a12a704825cd3c /deskutils/narval | |
parent | BROKEN: Does not build (diff) |
BROKEN on i386: Does not build
Notes
Notes:
svn path=/head/; revision=134388
Diffstat (limited to 'deskutils/narval')
-rw-r--r-- | deskutils/narval/Makefile | 4 |
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 |