diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 08:57:26 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 08:57:26 +0000 |
commit | b128e92cc72164c0e162ac11954d6958d8977e67 (patch) | |
tree | af4ecf2ee033051d0aa73086bc2620189ea51f51 /x11-toolkits | |
parent | 358c4d5e38f04add6d811af699bd0d924d058be0 (diff) |
Notes
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 5da7ca741286..3cfa5fdea42a 100644 --- a/x11-toolkits/py-wxPython24/Makefile +++ b/x11-toolkits/py-wxPython24/Makefile @@ -50,8 +50,8 @@ post-install: .include <bsd.port.pre.mk> -.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" -BROKEN= "Does not build on ia64 or sparc64" +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64" +BROKEN= Does not build on 64-bit architectures .endif CONFIGURE_ARGS+= --enable-gtk2 |