From 0258d5e6d6206736d5625d8a5486c667df052e61 Mon Sep 17 00:00:00 2001 From: des Date: Mon, 7 Aug 2006 10:59:05 +0000 Subject: Mark BROKEN on pre-5. --- deskutils/xfce4-xkb-plugin/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'deskutils/xfce4-xkb-plugin/Makefile') diff --git a/deskutils/xfce4-xkb-plugin/Makefile b/deskutils/xfce4-xkb-plugin/Makefile index 625f0800631d..768c9482ec80 100644 --- a/deskutils/xfce4-xkb-plugin/Makefile +++ b/deskutils/xfce4-xkb-plugin/Makefile @@ -25,4 +25,10 @@ GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -.include +.include + +.if ${OSVERSION} < 500000 +BROKEN= does not compile +.endif + +.include -- cgit