diff options
Diffstat (limited to 'editors/the/Makefile')
-rw-r--r-- | editors/the/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/the/Makefile b/editors/the/Makefile index 9a98e7563428..90a06be8a715 100644 --- a/editors/the/Makefile +++ b/editors/the/Makefile @@ -32,6 +32,10 @@ OPTIONS= XAW3D "Enable Xaw3D" off \ .include <bsd.port.pre.mk> +.if ${ARCH} == "powerpc" +BROKEN= Does not configure on powerpc +.endif + .if defined(WITH_XAW3D) CONFIGURE_ARGS+=--with-xaw3d LIB_DEPENDS+= Xaw3d.8:${PORTSDIR}/x11-toolkits/Xaw3d |