diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-imms/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms-imms/Makefile b/audio/xmms-imms/Makefile index 23f941b62457..dc1757c3a9dd 100644 --- a/audio/xmms-imms/Makefile +++ b/audio/xmms-imms/Makefile @@ -39,7 +39,7 @@ USE_LDCONFIG= yes .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" +.if ${ARCH} != "i386" || ${OSVERSION} >= 800000 BROKEN= Does not compile .endif |