From 885b528f02f2eb87777e70b3402c84df29428105 Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Sun, 8 Dec 2013 12:04:07 +0000 Subject: 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 --- net/kojoney/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'net/kojoney') diff --git a/net/kojoney/Makefile b/net/kojoney/Makefile index 86f89f9041cf..d302452dfded 100644 --- a/net/kojoney/Makefile +++ b/net/kojoney/Makefile @@ -16,9 +16,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0_1:${PORTSDIR}/devel/py WRKSRC= ${WRKDIR}/kojoney USE_PYTHON= 2.5+ -USE_TWISTED= conch USE_OPENSSL= yes -USES= perl5 +USES= perl5 twisted:conch USE_PERL5= run NO_STAGE= yes -- cgit v1.2.3