diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 17:10:06 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 17:10:06 +0000 |
commit | 306e66af5d83697a761205698232bca9aa68ef19 (patch) | |
tree | 7e80682da03730650b20b36a7558818d88a40a22 /mail/py-spambayes | |
parent | 4950323fd34a3cf78b4cf0d51af7837414052ab2 (diff) |
Notes
Diffstat (limited to 'mail/py-spambayes')
-rw-r--r-- | mail/py-spambayes/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/py-spambayes/Makefile b/mail/py-spambayes/Makefile index f811a854492e..a350b1dbf466 100644 --- a/mail/py-spambayes/Makefile +++ b/mail/py-spambayes/Makefile @@ -17,9 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb \ ${PYTHON_PKGNAMEPREFIX}dns>=2.0:${PORTSDIR}/dns/py-dns \ ${PYTHON_PKGNAMEPREFIX}lockfile>=0.2:${PORTSDIR}/devel/py-lockfile -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= distutils autoplist USE_RC_SUBR= pyspamd |