diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-11-30 23:41:02 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-11-30 23:41:02 +0000 |
commit | e7b89d14de4d4cf86814ebb6973f56a90c05f42c (patch) | |
tree | c56aedfc7f906e0b2abb94b236ea6838a9925485 /x11-toolkits | |
parent | 96fb0bbb74f1b1af59cb05f31120e59c6674e0fd (diff) |
BROKEN on sparc64: Does not compile
Notes
Notes:
svn path=/head/; revision=178402
Diffstat (limited to 'x11-toolkits')
-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 |