aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mcron/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-17 12:34:56 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-17 12:34:56 +0000
commitfb5150dac0889e72edf07917d5c8426d20f02b06 (patch)
treef1b4e705b696e7b3de6d770bfddd1b1d96f1a9e7 /sysutils/mcron/Makefile
parent68eacb87509a14d6ae9a3f853f8a595ed62f83ae (diff)
downloadports-fb5150dac0889e72edf07917d5c8426d20f02b06.tar.gz
ports-fb5150dac0889e72edf07917d5c8426d20f02b06.zip
BROKEN on 5.x: Does not install following ache's getopt changes
Notes
Notes: svn path=/head/; revision=104282
Diffstat (limited to 'sysutils/mcron/Makefile')
-rw-r--r--sysutils/mcron/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/mcron/Makefile b/sysutils/mcron/Makefile
index 23c17820c980..937951f0d834 100644
--- a/sysutils/mcron/Makefile
+++ b/sysutils/mcron/Makefile
@@ -22,4 +22,10 @@ MAKEFILE= makefile
INFO= mcron
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 502103
+BROKEN= "Does not install on FreeBSD >= 5.x"
+.endif
+
+.include <bsd.port.post.mk>