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/py-ppolicy | |
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/py-ppolicy')
-rw-r--r-- | mail/py-ppolicy/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/py-ppolicy/Makefile b/mail/py-ppolicy/Makefile index 244ef84bcd82..3aa41f3fa49e 100644 --- a/mail/py-ppolicy/Makefile +++ b/mail/py-ppolicy/Makefile @@ -13,10 +13,8 @@ COMMENT= PPolicy is tool for extending Postfix checking capabilities RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dns/__init__.py:${PORTSDIR}/dns/py-dnspython -USES= twisted -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +USES= python twisted +USE_PYTHON= distutils autoplist NO_BUILD= yes USE_RC_SUBR= ppolicyd DOCSDIR?= ${PREFIX}/share/doc/py-${PORTNAME} |