From 29bbf61b5950a8735f3287e47983bf6d55d93d51 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 31 Aug 2005 03:09:42 +0000 Subject: [PATCH] BROKEN on >= 5.x: Does not build --- deskutils/xrolo/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/deskutils/xrolo/Makefile b/deskutils/xrolo/Makefile index b6196e15cf4e..b81a4bb62b6c 100644 --- a/deskutils/xrolo/Makefile +++ b/deskutils/xrolo/Makefile @@ -28,4 +28,10 @@ USE_IMAKE= yes MAN1= xrolo.1 PLIST_FILES= bin/xrolo -.include +.include + +.if ${OSVERSION} >= 504100 +BROKEN= "Does not build on FreeBSD >= 5.x" +.endif + +.include