diff options
author | grant <grant> | 2004-06-17 11:54:40 +0000 |
---|---|---|
committer | grant <grant> | 2004-06-17 11:54:40 +0000 |
commit | db4a0637afd578a0829c07e2e93e7e4230bcd2ec (patch) | |
tree | 4e69e08c1a9abaf18e69734f988aa99e4149e14b /mail | |
parent | f8ef021c6bba57e7ba6874f8bed4d8896aee6d26 (diff) | |
download | pkgsrc-db4a0637afd578a0829c07e2e93e7e4230bcd2ec.tar.gz |
this needs a c and c++ compiler.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spamprobe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/spamprobe/Makefile b/mail/spamprobe/Makefile index 038074f3b19..d391f4c04d4 100644 --- a/mail/spamprobe/Makefile +++ b/mail/spamprobe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/02/03 20:49:34 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 2004/06/17 11:54:40 grant Exp $ DISTNAME= spamprobe-0.9h CATEGORIES= mail @@ -11,6 +11,7 @@ COMMENT= Spam detector using Bayesian analysis of word counts PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES +USE_LANGUAGES= c c++ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-default-8bit |