From f31a3d8bf84dfa8ec2ccd5e6c74965245be812e5 Mon Sep 17 00:00:00 2001 From: Stefan Walter Date: Mon, 13 Nov 2006 18:55:54 +0000 Subject: [PATCH] Mark as BROKEN on systems < 5.x. Reported by: pointyhat/kris --- x11-themes/kdmtheme/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/x11-themes/kdmtheme/Makefile b/x11-themes/kdmtheme/Makefile index e0f8abc13777..b18cd20c2102 100644 --- a/x11-themes/kdmtheme/Makefile +++ b/x11-themes/kdmtheme/Makefile @@ -22,4 +22,10 @@ USE_GMAKE= yes post-install: @${CAT} ${PKGMESSAGE} -.include +.include + +.if ${OSVERSION} < 500000 +BROKEN= Does not build on FreeBSD < 5.x +.endif + +.include