diff options
author | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2010-01-06 21:56:22 +0000 |
---|---|---|
committer | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2010-01-06 21:56:22 +0000 |
commit | a7f005449f1ca5e59d403445f1001001f975b71b (patch) | |
tree | 64be5edb79c0ca112bc5dd54a2f3274693e57457 /mail | |
parent | 621ad19228635a4f6f189539ccad899c46ab4176 (diff) | |
download | ports-a7f005449f1ca5e59d403445f1001001f975b71b.tar.gz ports-a7f005449f1ca5e59d403445f1001001f975b71b.zip |
Notes
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 |