diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fdm/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/fdm/Makefile b/mail/fdm/Makefile index 478d4f7bd88b..9fe195c5a8c6 100644 --- a/mail/fdm/Makefile +++ b/mail/fdm/Makefile @@ -28,4 +28,10 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= does not compile on 4.x +.endif + +.include <bsd.port.post.mk> |