summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2008-02-11 14:55:55 +0000
committerErwin Lansing <erwin@FreeBSD.org>2008-02-11 14:55:55 +0000
commite8b0f1211565e81a52de8b038172f0cab8a8e185 (patch)
treed578ce38f9f7cb512fb5b8887588edcc5dc066db /audio
parent. split PORTNAME=iscsi-target onto PORTNAME=iscsi and PKGNAMESUFFIX=-target; (diff)
Extend BROKEN to include 7.0 as well.
Notes
Notes: svn path=/head/; revision=207027
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms-imms/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms-imms/Makefile b/audio/xmms-imms/Makefile
index dc1757c3a9dd..8d108638399b 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" || ${OSVERSION} >= 800000
+.if ${ARCH} != "i386" || ${OSVERSION} >= 700000
BROKEN= Does not compile
.endif