diff options
author | lippe <lippe@FreeBSD.org> | 2010-01-07 05:56:22 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2010-01-07 05:56:22 +0800 |
commit | 7beb9356d23e6cca13a37b85a3c1f54162c4ec8e (patch) | |
tree | f501cc1f65be1fb00fb0049350463d928c960e39 | |
parent | 2601779d415d45e65cb33a9e4ace63a852ef1cc2 (diff) | |
download | freebsd-ports-gnome-7beb9356d23e6cca13a37b85a3c1f54162c4ec8e.tar.gz freebsd-ports-gnome-7beb9356d23e6cca13a37b85a3c1f54162c4ec8e.tar.zst freebsd-ports-gnome-7beb9356d23e6cca13a37b85a3c1f54162c4ec8e.zip |
Mark BROKEN on 9.x: does not build.
Pointyhat by: via erwin
-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 |