1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

- Enable staging.

- Mark as BROKEN on 10 as it doesn't currently compile with clang.
This commit is contained in:
Stefan Walter 2013-11-03 16:21:16 +00:00
parent 15f7c9edc7
commit b3fc0e2914
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332623

View File

@ -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>