aboutsummaryrefslogtreecommitdiff
path: root/security/sudosh3
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-05-07 03:14:06 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-05-07 03:14:06 +0000
commitc15dcc04b7c4685bb35af173fa4af967edfa8391 (patch)
tree6f27ea742aeb62879d478994edc350142d932296 /security/sudosh3
parent2e5df55dc1b634f2c615ef1ed69d340d8e5e260a (diff)
downloadports-c15dcc04b7c4685bb35af173fa4af967edfa8391.tar.gz
ports-c15dcc04b7c4685bb35af173fa4af967edfa8391.zip
Notes
Diffstat (limited to 'security/sudosh3')
-rw-r--r--security/sudosh3/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/sudosh3/Makefile b/security/sudosh3/Makefile
index 5da81d8fed6d..37d3b05de559 100644
--- a/security/sudosh3/Makefile
+++ b/security/sudosh3/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>