diff options
author | grant <grant@pkgsrc.org> | 2004-06-17 11:54:40 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-17 11:54:40 +0000 |
commit | 59fc51431bd2308b233c03376f3165f1ce7d28ed (patch) | |
tree | 4e69e08c1a9abaf18e69734f988aa99e4149e14b | |
parent | 14ebee694953d0dd75c81fe7b97ad8d11799dd0f (diff) | |
download | pkgsrc-59fc51431bd2308b233c03376f3165f1ce7d28ed.tar.gz |
this needs a c and c++ compiler.
-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 |