aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-29 14:00:57 +0800
committerkris <kris@FreeBSD.org>2004-09-29 14:00:57 +0800
commit967477cd3615c0f940b99c2b3718897d772ae956 (patch)
treec93629efe53aeeda26a75ace7e231532c24067ba /audio
parent78ac0eece7695534c0f39b474e5f4ce3a803cb95 (diff)
downloadfreebsd-ports-gnome-967477cd3615c0f940b99c2b3718897d772ae956.tar.gz
freebsd-ports-gnome-967477cd3615c0f940b99c2b3718897d772ae956.tar.zst
freebsd-ports-gnome-967477cd3615c0f940b99c2b3718897d772ae956.zip
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms-fc/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/xmms-fc/Makefile b/audio/xmms-fc/Makefile
index ce8f4a771c10..26e91535e2b1 100644
--- a/audio/xmms-fc/Makefile
+++ b/audio/xmms-fc/Makefile
@@ -23,4 +23,10 @@ USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GNOME= gtk12
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
+.include <bsd.port.post.mk>