diff options
author | stefan <stefan@FreeBSD.org> | 2013-11-04 00:21:16 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2013-11-04 00:21:16 +0800 |
commit | e786dba7778116e7df1ccc3324e301c72fedd44b (patch) | |
tree | 855046f45642a0727b89d621245840fe898dc4ad /mail | |
parent | 4cfb0fac1cf388cbc05765b6ad42b9b4d7bc1145 (diff) | |
download | freebsd-ports-gnome-e786dba7778116e7df1ccc3324e301c72fedd44b.tar.gz freebsd-ports-gnome-e786dba7778116e7df1ccc3324e301c72fedd44b.tar.zst freebsd-ports-gnome-e786dba7778116e7df1ccc3324e301c72fedd44b.zip |
- Enable staging.
- Mark as BROKEN on 10 as it doesn't currently compile with clang.
Diffstat (limited to 'mail')
-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> |