diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qmail-scanner/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/qmail-scanner/Makefile b/mail/qmail-scanner/Makefile index 768d33281050..d88da3f1f360 100644 --- a/mail/qmail-scanner/Makefile +++ b/mail/qmail-scanner/Makefile @@ -71,6 +71,10 @@ SUB_LIST+= QS_USER=${QS_USER} \ .include <bsd.port.pre.mk> +if ${OSVERSION} >= 900000 +BROKEN= does not build +.endif + # Options .if defined(WITH_TNEF) BUILD_DEPENDS+= ${LOCALBASE}/bin/tnef:${PORTSDIR}/converters/tnef |