aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/throttle
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-05-21 13:43:28 +0800
committerkris <kris@FreeBSD.org>2004-05-21 13:43:28 +0800
commit38612340190406f59485b42297249c3dd67bc55c (patch)
tree6a18408169560ca32e8dd9c9bce10251ea2bd2d6 /sysutils/throttle
parente756d3d166b89ef19a64a782a528680ed41bc084 (diff)
downloadfreebsd-ports-gnome-38612340190406f59485b42297249c3dd67bc55c.tar.gz
freebsd-ports-gnome-38612340190406f59485b42297249c3dd67bc55c.tar.zst
freebsd-ports-gnome-38612340190406f59485b42297249c3dd67bc55c.zip
BROKEN on 4.x: Does not compile
Diffstat (limited to 'sysutils/throttle')
-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>