diff options
author | lioux <lioux@FreeBSD.org> | 2004-07-18 17:55:20 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-07-18 17:55:20 +0000 |
commit | 3f50d2848482c07234ec1d71db889f32acc85094 (patch) | |
tree | 0ddee557ebf9d5812dcf0695c877b1b281e17246 /mail | |
parent | 55d2551228eecbcd522e5358f4af53d4d4ad6661 (diff) | |
download | FreeBSD-ports-3f50d2848482c07234ec1d71db889f32acc85094.zip FreeBSD-ports-3f50d2848482c07234ec1d71db889f32acc85094.tar.gz |
o Add required RUN_DEPENDS upon databases/py-bsddb
o Bump PORTREVISION since the problem is noticeable at run time.
Force all users to upgrade
PR: 69173
Submitted by: Torfinn Ingolfsen <tingo@start.no>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/py-spambayes/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/py-spambayes/Makefile b/mail/py-spambayes/Makefile index 9c9601f..da097ea 100644 --- a/mail/py-spambayes/Makefile +++ b/mail/py-spambayes/Makefile @@ -7,6 +7,7 @@ PORTNAME= spambayes PORTVERSION= 1.0.rc.1 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,6 +17,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/(.)\.(..)\.(.)$/\1\2\3/} MAINTAINER= lioux@FreeBSD.org COMMENT= A Bayesian anti-spam filter written in Python +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb + USE_PYTHON= yes USE_PYDISTUTILS= yes |