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>
This commit is contained in:
parent
86cbdd8dd3
commit
7490259d0c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113913
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user