diff options
-rw-r--r-- | mail/spamprobe/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/mail/spamprobe/Makefile b/mail/spamprobe/Makefile index 5c6edfd4d8e1..26068d846485 100644 --- a/mail/spamprobe/Makefile +++ b/mail/spamprobe/Makefile @@ -13,8 +13,13 @@ COMMENT= Spam detector using Bayesian analysis of word counts GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-default-8bit -MAN1= spamprobe.1 -PLIST_FILES= bin/spamprobe +PLIST_FILES= bin/spamprobe man/man1/spamprobe.1.gz + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 1000024 +BROKEN= does not build with clang +.endif # PBL support .if !defined(WITHOUT_PBL) @@ -59,5 +64,4 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .endif -NO_STAGE= yes -.include <bsd.port.mk> +.include <bsd.port.post.mk> |