diff options
author | kris <kris@FreeBSD.org> | 2006-12-01 07:41:02 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-12-01 07:41:02 +0800 |
commit | cd8bf7ba55e2a19026a8b58fc0b6ac760b263e2e (patch) | |
tree | 19391e6cc7eb3d266958b9b1983d3cbfc8591c90 /x11-toolkits/py-wxPython24 | |
parent | 5b50d3fa560593902d442e705adf2e9ace72f32e (diff) | |
download | freebsd-ports-gnome-cd8bf7ba55e2a19026a8b58fc0b6ac760b263e2e.tar.gz freebsd-ports-gnome-cd8bf7ba55e2a19026a8b58fc0b6ac760b263e2e.tar.zst freebsd-ports-gnome-cd8bf7ba55e2a19026a8b58fc0b6ac760b263e2e.zip |
BROKEN on sparc64: Does not compile
Diffstat (limited to 'x11-toolkits/py-wxPython24')
-rw-r--r-- | x11-toolkits/py-wxPython24/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-wxPython24/Makefile b/x11-toolkits/py-wxPython24/Makefile index ace4189a7455..2e54d08135ba 100644 --- a/x11-toolkits/py-wxPython24/Makefile +++ b/x11-toolkits/py-wxPython24/Makefile @@ -48,8 +48,8 @@ post-install: .include <bsd.port.pre.mk> -.if ${ARCH} == "ia64" -BROKEN= "Does not build on ia64" +.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" +BROKEN= "Does not build on ia64 or sparc64" .endif LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 |