diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-11-11 02:26:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-11-11 02:26:19 +0000 |
commit | d02711d8b50c81bd5abc0de7d402662b7767ab68 (patch) | |
tree | 44bae5ceaedbc6380296094d5c828ca1f5642cb9 /emulators | |
parent | fae368cebd64def1ed369d68affb94e8af01709a (diff) | |
download | freebsd-ports-d02711d8b50c81bd5abc0de7d402662b7767ab68.zip |
Mark as broken on powerpc: uses i386-specific option.
Hat: portmgr
Feature safe: yes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dolphin-emu-devel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/dolphin-emu-devel/Makefile b/emulators/dolphin-emu-devel/Makefile index 0a2a97d35984..53d94c49d9dc 100644 --- a/emulators/dolphin-emu-devel/Makefile +++ b/emulators/dolphin-emu-devel/Makefile @@ -66,6 +66,9 @@ PLIST_SUB+= NLS="@comment " .if ${OSVERSION} < 800041 BROKEN= requires FreeBSD 8.0 or newer .endif +.if ${ARCH} == "powerpc" +BROKEN= Does not compile on powerpc: uses i386-specific option +.endif .if defined(WITH_PULSEAUDIO) LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio |