diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-01-06 23:22:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-01-06 23:22:11 +0000 |
commit | 6dbb1f2799379e4c58a9e88b900cc2b812924e7b (patch) | |
tree | 016710a9fa6bf35d6b3166017561d612d0da387c /mail | |
parent | d1d047a246837a04f38d7fb7d256d981805ae65d (diff) | |
download | ports-6dbb1f2799379e4c58a9e88b900cc2b812924e7b.tar.gz ports-6dbb1f2799379e4c58a9e88b900cc2b812924e7b.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qmail-scanner/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail-scanner/Makefile b/mail/qmail-scanner/Makefile index d88da3f1f360..24bf291f5622 100644 --- a/mail/qmail-scanner/Makefile +++ b/mail/qmail-scanner/Makefile @@ -71,7 +71,7 @@ SUB_LIST+= QS_USER=${QS_USER} \ .include <bsd.port.pre.mk> -if ${OSVERSION} >= 900000 +.if ${OSVERSION} >= 900000 BROKEN= does not build .endif |