diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2014-01-04 14:35:01 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2014-01-04 14:35:01 +0000 |
commit | cf8c1abbad45cf58dced89144bcc843c83d184a8 (patch) | |
tree | 98cb4ea7dd3cd68bef539a24c1d9d9d5a993601b | |
parent | Revert lang/openjdk6 to b28. (diff) |
- Set USE_GCC=any to fix build on FreeBSD 10 and HEAD.
- Drop maintainership since I lack the time to properly maintain this port.
-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 |