diff options
author | mva <mva@FreeBSD.org> | 2014-10-22 01:10:06 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-22 01:10:06 +0800 |
commit | 4ab1e443e6061bb92001b7facab50925aafa5c00 (patch) | |
tree | 7e80682da03730650b20b36a7558818d88a40a22 /mail/pyzor | |
parent | c0c105d8a8d23bf949657d63bdf5b6869a210891 (diff) | |
download | freebsd-ports-gnome-4ab1e443e6061bb92001b7facab50925aafa5c00.tar.gz freebsd-ports-gnome-4ab1e443e6061bb92001b7facab50925aafa5c00.tar.zst freebsd-ports-gnome-4ab1e443e6061bb92001b7facab50925aafa5c00.zip |
- Convert ports of mail/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'mail/pyzor')
-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 |