From ea253ea767b06cf2a54785496cf4092ed8bfa9d3 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 21 May 2004 05:43:28 +0000 Subject: [PATCH] BROKEN on 4.x: Does not compile --- sysutils/throttle/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sysutils/throttle/Makefile b/sysutils/throttle/Makefile index 0d93b9897d79..51fd3dafe8fb 100644 --- a/sysutils/throttle/Makefile +++ b/sysutils/throttle/Makefile @@ -17,4 +17,10 @@ GNU_CONFIGURE= yes MAN1= throttle.1 PLIST_FILES= bin/throttle -.include +.include + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on 4.x" +.endif + +.include