From 3f50d2848482c07234ec1d71db889f32acc85094 Mon Sep 17 00:00:00 2001 From: lioux Date: Sun, 18 Jul 2004 17:55:20 +0000 Subject: 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 --- mail/py-spambayes/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mail') 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 -- cgit v1.1