diff options
author | kris <kris@FreeBSD.org> | 2004-03-17 12:34:56 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-17 12:34:56 +0000 |
commit | 8e4237004a4bce09a6bb01bf67d84bdfd46ccced (patch) | |
tree | 9b5ead67524b919e7573552382f840630d90f6d4 /sysutils | |
parent | 4df35712a74bb171b59a56f0fbdadc9a9773813a (diff) | |
download | FreeBSD-ports-8e4237004a4bce09a6bb01bf67d84bdfd46ccced.zip FreeBSD-ports-8e4237004a4bce09a6bb01bf67d84bdfd46ccced.tar.gz |
BROKEN on 5.x: Does not install following ache's getopt changes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/mcron/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/mcron/Makefile b/sysutils/mcron/Makefile index 23c1782..937951f 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> |