diff options
author | stefan <stefan@FreeBSD.org> | 2014-01-04 22:35:01 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2014-01-04 22:35:01 +0800 |
commit | f8b801e01b225d7ac9d4960f88781c47a9e66659 (patch) | |
tree | 98cb4ea7dd3cd68bef539a24c1d9d9d5a993601b /mail/spamprobe | |
parent | 5a871c44b3fcd315847d7ca3713b4e45a9587bce (diff) | |
download | freebsd-ports-gnome-f8b801e01b225d7ac9d4960f88781c47a9e66659.tar.gz freebsd-ports-gnome-f8b801e01b225d7ac9d4960f88781c47a9e66659.tar.zst freebsd-ports-gnome-f8b801e01b225d7ac9d4960f88781c47a9e66659.zip |
- Set USE_GCC=any to fix build on FreeBSD 10 and HEAD.
- Drop maintainership since I lack the time to properly maintain this port.
Diffstat (limited to 'mail/spamprobe')
-rw-r--r-- | mail/spamprobe/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/spamprobe/Makefile b/mail/spamprobe/Makefile index c94fbc170fbd..056fd6a52360 100644 --- a/mail/spamprobe/Makefile +++ b/mail/spamprobe/Makefile @@ -3,15 +3,16 @@ PORTNAME= spamprobe PORTVERSION= 1.4d -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= mail MASTER_SITES= SF -MAINTAINER= stefan@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Spam detector using Bayesian analysis of word counts GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-default-8bit +USE_GCC= any PLIST_FILES= bin/spamprobe man/man1/spamprobe.1.gz |