diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-11-03 03:56:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-11-03 03:56:42 +0000 |
commit | 09b69954f24d0f10d715c8902b6bd9bb63b0d469 (patch) | |
tree | 510258d636dce8c3debfa152cdc7e8079a6b5e79 /mail/dspam | |
parent | c757f436f607cdb2bd0b6442a5c13b4ef9bd76e6 (diff) | |
download | ports-09b69954f24d0f10d715c8902b6bd9bb63b0d469.tar.gz ports-09b69954f24d0f10d715c8902b6bd9bb63b0d469.zip |
Notes
Diffstat (limited to 'mail/dspam')
-rw-r--r-- | mail/dspam/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index f2ea37eb8df8..be29f6f08842 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -15,6 +15,8 @@ COMMENT= A server-side bayesian spam filter LIB_DEPENDS= db41.1:${PORTSDIR}/databases/db41 +BROKEN= Does not fetch, will be removed after Feb 2 + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-userdir=${PREFIX}/etc/dspam \ --with-db4-includes=${LOCALBASE}/include/db41 |