aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2009-07-08 17:08:23 +0800
committerlwhsu <lwhsu@FreeBSD.org>2009-07-08 17:08:23 +0800
commitf9f24408b01e99a84bce4923be02daed32ee2332 (patch)
tree015fde81f49d6f38d73bbf7d60bfd3c934e35fe9
parent63a821a44990b6d12d218892189e486c27ce9920 (diff)
downloadfreebsd-ports-gnome-f9f24408b01e99a84bce4923be02daed32ee2332.tar.gz
freebsd-ports-gnome-f9f24408b01e99a84bce4923be02daed32ee2332.tar.zst
freebsd-ports-gnome-f9f24408b01e99a84bce4923be02daed32ee2332.zip
- Change RUN_DEPENDS to databases/py25-bsddb. databases/py-bsddb
now gives Python 2.6 package which is not suitable for this port - Mark USE_PYTHON=2.5 because now we depends on databases/py25-bsddb, this port should not build with Python < 2.5 Suggested by: pav
-rw-r--r--mail/py-spambayes/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/py-spambayes/Makefile b/mail/py-spambayes/Makefile
index a80df90490d5..09e8a6d64c9b 100644
--- a/mail/py-spambayes/Makefile
+++ b/mail/py-spambayes/Makefile
@@ -7,7 +7,7 @@
PORTNAME= spambayes
PORTVERSION= 1.0.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,9 +16,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= A Bayesian anti-spam filter written in Python
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py25-bsddb
-USE_PYTHON= -2.5
+USE_PYTHON= 2.5
USE_PYDISTUTILS= yes
USE_RC_SUBR= pyspamd
LOCALSTATDIR?= /var/db/spambayes