aboutsummaryrefslogtreecommitdiff
path: root/games/gnubg
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-12-28 03:45:23 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-12-28 03:45:23 +0000
commit1d5efed748e668f821830e12f21d293534607e91 (patch)
treee6a926400f7db117a4c73d3c760596f90f713f29 /games/gnubg
parent42476b588e2cf261e37f3394e4d88328abb30a3e (diff)
downloadports-1d5efed748e668f821830e12f21d293534607e91.tar.gz
ports-1d5efed748e668f821830e12f21d293534607e91.zip
Notes
Diffstat (limited to 'games/gnubg')
-rw-r--r--games/gnubg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile
index fc446fbbe2d8..26e80e2e16b2 100644
--- a/games/gnubg/Makefile
+++ b/games/gnubg/Makefile
@@ -58,7 +58,7 @@ PLIST_SUB+= NLS="@comment "
CONFIGURE_ARGS+= --disable-nls
.endif
-.if ${ARCH} == "sparc64"
+.if ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
CONFIGURE_ARGS+= --disable-sse
.endif