aboutsummaryrefslogtreecommitdiffstats
path: root/mail/py-ppolicy
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2013-12-08 20:04:07 +0800
committermva <mva@FreeBSD.org>2013-12-08 20:04:07 +0800
commit99dc8cf3e20698c03e2a8d18397eeb89dcd1a232 (patch)
treee7739b3fe4bfdf1719f8d97173598bfde9ef261b /mail/py-ppolicy
parentd3f477704a1b69ab45d50515cc20ec04ab66c770 (diff)
downloadfreebsd-ports-gnome-99dc8cf3e20698c03e2a8d18397eeb89dcd1a232.tar.gz
freebsd-ports-gnome-99dc8cf3e20698c03e2a8d18397eeb89dcd1a232.tar.zst
freebsd-ports-gnome-99dc8cf3e20698c03e2a8d18397eeb89dcd1a232.zip
New USES=twisted, to replace the old USE_TWISTED knob.
twisted can be configured with the arguments run or build to replace the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted components can be added as comma-separated arguments. If you previously wrote USE_TWISTED= yes USE_TWISTED= conch names USE_TWISTED_RUN= yes you now would write USES= twisted USES= twisted:conch,names USES= twisted:run
Diffstat (limited to 'mail/py-ppolicy')
-rw-r--r--mail/py-ppolicy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/py-ppolicy/Makefile b/mail/py-ppolicy/Makefile
index 6e42ee63f952..433bb4d5a4de 100644
--- a/mail/py-ppolicy/Makefile
+++ b/mail/py-ppolicy/Makefile
@@ -13,9 +13,9 @@ COMMENT= PPolicy is tool for extending Postfix checking capabilities
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dns/__init__.py:${PORTSDIR}/dns/py-dnspython
+USES= twisted
USE_PYTHON= 2.5+
USE_PYDISTUTILS=yes
-USE_TWISTED= yes
NO_BUILD= yes
USE_RC_SUBR= ppolicyd
DOCSDIR?= ${PREFIX}/share/doc/py-${PORTNAME}