diff options
author | kris <kris@FreeBSD.org> | 2004-09-29 14:00:57 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-29 14:00:57 +0800 |
commit | 967477cd3615c0f940b99c2b3718897d772ae956 (patch) | |
tree | c93629efe53aeeda26a75ace7e231532c24067ba /audio | |
parent | 78ac0eece7695534c0f39b474e5f4ce3a803cb95 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |