diff options
author | kris <kris@FreeBSD.org> | 2005-05-07 11:14:06 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-05-07 11:14:06 +0800 |
commit | c7017d6b49c7130c1a7f719b95c701539b3b645a (patch) | |
tree | ef8e09c613697abece232ef81b5e9ac1d80dac19 /security/sudosh | |
parent | 690bcd1e10eb99e630ea5f2244a3369f1589eb69 (diff) | |
download | freebsd-ports-gnome-c7017d6b49c7130c1a7f719b95c701539b3b645a.tar.gz freebsd-ports-gnome-c7017d6b49c7130c1a7f719b95c701539b3b645a.tar.zst freebsd-ports-gnome-c7017d6b49c7130c1a7f719b95c701539b3b645a.zip |
BROKEN on 4.x: Does not compile
Diffstat (limited to 'security/sudosh')
-rw-r--r-- | security/sudosh/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/sudosh/Makefile b/security/sudosh/Makefile index 5da81d8fed6d..37d3b05de559 100644 --- a/security/sudosh/Makefile +++ b/security/sudosh/Makefile @@ -32,4 +32,10 @@ CONFIGURE_ENV= LDFLAGS="-lutil" MAN1= sudosh.1 MAN8= sudosh-replay.8 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on FreeBSD 4.x" +.endif + +.include <bsd.port.post.mk> |