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/pyzor/Makefile | |
parent | Enable shared library (diff) |
- Convert ports of mail/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371330
Diffstat (limited to 'mail/pyzor/Makefile')
-rw-r--r-- | mail/pyzor/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/pyzor/Makefile b/mail/pyzor/Makefile index 94ea56091a68..55fb219bbf04 100644 --- a/mail/pyzor/Makefile +++ b/mail/pyzor/Makefile @@ -12,10 +12,8 @@ COMMENT= Collaborative, networked system to detect and block spam RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdbm>=0:${PORTSDIR}/databases/py-gdbm -USES= tar:bzip2 -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python tar:bzip2 +USE_PYTHON= distutils autoplist PLIST_FILES= man/man1/pyzor.1.gz \ man/man1/pyzord.1.gz |