diff options
author | kris <kris@FreeBSD.org> | 2004-03-17 20:34:56 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-17 20:34:56 +0800 |
commit | 8e4237004a4bce09a6bb01bf67d84bdfd46ccced (patch) | |
tree | 9b5ead67524b919e7573552382f840630d90f6d4 /sysutils/mcron | |
parent | 4df35712a74bb171b59a56f0fbdadc9a9773813a (diff) | |
download | freebsd-ports-gnome-8e4237004a4bce09a6bb01bf67d84bdfd46ccced.tar.gz freebsd-ports-gnome-8e4237004a4bce09a6bb01bf67d84bdfd46ccced.tar.zst freebsd-ports-gnome-8e4237004a4bce09a6bb01bf67d84bdfd46ccced.zip |
BROKEN on 5.x: Does not install following ache's getopt changes
Diffstat (limited to 'sysutils/mcron')
-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 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> |