diff options
author | linimon <linimon@FreeBSD.org> | 2011-11-11 10:26:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-11-11 10:26:19 +0800 |
commit | db3aa55519d14176d8e3491c10d33df13e272c01 (patch) | |
tree | f2954892c114c24c6cc43bdaaac721a1d26a7e68 /emulators | |
parent | b73403cb015c8768e3dd1572d6b8b4d5e94136e8 (diff) | |
download | freebsd-ports-gnome-db3aa55519d14176d8e3491c10d33df13e272c01.tar.gz freebsd-ports-gnome-db3aa55519d14176d8e3491c10d33df13e272c01.tar.zst freebsd-ports-gnome-db3aa55519d14176d8e3491c10d33df13e272c01.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 |