diff options
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> |