From 967477cd3615c0f940b99c2b3718897d772ae956 Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 29 Sep 2004 06:00:57 +0000 Subject: BROKEN on 5.x: Does not compile Approved by: portmgr (self) --- audio/xmms-fc/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'audio') 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 +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + +.include -- cgit