summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-05-21 05:43:28 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-05-21 05:43:28 +0000
commitea253ea767b06cf2a54785496cf4092ed8bfa9d3 (patch)
tree7d78af1ed5bfc11d381690313123cddd0c8d7bea
parent6b7cc8822d3e0c97251311d2ae9fb4c6cebe8037 (diff)
downloadfreebsd-ports-ea253ea767b06cf2a54785496cf4092ed8bfa9d3.zip
BROKEN on 4.x: Does not compile
-rw-r--r--sysutils/throttle/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on 4.x"
+.endif
+
+.include <bsd.port.post.mk>