diff options
Diffstat (limited to 'lang/pike76')
-rw-r--r-- | lang/pike76/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile index 63da13e0015b..89b886bb2e9e 100644 --- a/lang/pike76/Makefile +++ b/lang/pike76/Makefile @@ -81,8 +81,8 @@ USE_BISON= yes .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" || ${ARCH} == "amd64" -BROKEN= "Build fails on sparc64 and amd64" +.if ${ARCH} != "i386" +BROKEN= "Build fails on !i386" .endif PLIST_SUB+= PORTVERSION=${PORTVERSION} |