diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-12-08 12:04:07 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-12-08 12:04:07 +0000 |
commit | 885b528f02f2eb87777e70b3402c84df29428105 (patch) | |
tree | e7739b3fe4bfdf1719f8d97173598bfde9ef261b /net-p2p/deluge | |
parent | d48807ae69ccf968a3eb1d80123bf6aa21a39faa (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-p2p/deluge')
-rw-r--r-- | net-p2p/deluge/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index c04153ae8cad..0761ef9cc5e3 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -25,10 +25,9 @@ PLIST_SUB+= PYTHON_VER=${PYTHON_VER} USE_XZ= yes WANT_GNOME= yes -USES= gettext +USES= gettext twisted:run,web USE_OPENSSL= yes USE_PYTHON= -2.7 -USE_TWISTED_RUN= web USE_PYDISTUTILS= easy_install PYDISTUTILS_BUILD_TARGET= build bdist_egg |