summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2013-12-08 12:04:07 +0000
committerMarcus von Appen <mva@FreeBSD.org>2013-12-08 12:04:07 +0000
commit885b528f02f2eb87777e70b3402c84df29428105 (patch)
treee7739b3fe4bfdf1719f8d97173598bfde9ef261b /net-im
parentFix the build with freetype 2.5.1. (diff)
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
Notes
Notes: svn path=/head/; revision=335877
Diffstat (limited to 'net-im')
-rw-r--r--net-im/py-punjab/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/py-punjab/Makefile b/net-im/py-punjab/Makefile
index 10ecea021bb8..5076685d6a4c 100644
--- a/net-im/py-punjab/Makefile
+++ b/net-im/py-punjab/Makefile
@@ -13,7 +13,7 @@ COMMENT= HTTP XMPP client interface
USE_PYTHON= 2.5+
USE_PYDISTUTILS=yes
-USE_TWISTED= words web conch names
+USES= twisted:words,web,conch,names
PORTDOCS= README.txt INSTALL.txt PKG-INFO