Mark as broken on powerpc: uses i386-specific option.

Hat:		portmgr
Feature safe:	yes
This commit is contained in:
Mark Linimon 2011-11-11 02:26:19 +00:00
parent fae368cebd
commit d02711d8b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285491

View file

@ -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