diff options
author | kris <kris@FreeBSD.org> | 2004-05-21 13:43:28 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-05-21 13:43:28 +0800 |
commit | 38612340190406f59485b42297249c3dd67bc55c (patch) | |
tree | 6a18408169560ca32e8dd9c9bce10251ea2bd2d6 /sysutils/throttle | |
parent | e756d3d166b89ef19a64a782a528680ed41bc084 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |