diff options
-rw-r--r-- | sysutils/fcron/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/fcron/Makefile b/sysutils/fcron/Makefile index 2e704710acea..d3f3246c3d16 100644 --- a/sysutils/fcron/Makefile +++ b/sysutils/fcron/Makefile @@ -37,6 +37,12 @@ MAN3= bitstring.3 MAN5= fcrontab.5 fcron.conf.5 MAN8= fcron.8 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 503000 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @@ -51,4 +57,4 @@ post-install: .endfor @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |