aboutsummaryrefslogtreecommitdiff
path: root/emulators/uae/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/uae/Makefile')
-rw-r--r--emulators/uae/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile
index 1a61c25815f9..6f172f9a4193 100644
--- a/emulators/uae/Makefile
+++ b/emulators/uae/Makefile
@@ -57,4 +57,10 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/amiga/devs/AHI/uae.audio ${DATADIR}/amiga/devs/AHI/
${INSTALL_DATA} ${WRKSRC}/amiga/devs/AudioModes/UAE ${DATADIR}/amiga/devs/AudioModes/
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "powerpc"
+BROKEN= Does not compile on powerpc
+.endif
+
+.include <bsd.port.post.mk>