aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-07-14 22:41:13 +0800
committervanilla <vanilla@FreeBSD.org>2014-07-14 22:41:13 +0800
commit3562b18da56264fd5f2c9ddcae43965cecd563a3 (patch)
treed6822f7e19c8cd8b08f5802f471a67bfa4de08ba /irc
parente3889572d3689b3e5f5874e5a8c322b18e6e8ac4 (diff)
downloadfreebsd-ports-gnome-3562b18da56264fd5f2c9ddcae43965cecd563a3.tar.gz
freebsd-ports-gnome-3562b18da56264fd5f2c9ddcae43965cecd563a3.tar.zst
freebsd-ports-gnome-3562b18da56264fd5f2c9ddcae43965cecd563a3.zip
switch to USES=twisted.
Submitted by: rm@
Diffstat (limited to 'irc')
-rw-r--r--irc/qwebirc/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/irc/qwebirc/Makefile b/irc/qwebirc/Makefile
index 4c4a96b67c89..963677f2510c 100644
--- a/irc/qwebirc/Makefile
+++ b/irc/qwebirc/Makefile
@@ -12,13 +12,7 @@ EXTRACT_SUFX= .gz
MAINTAINER= tabmow@freenode.net
COMMENT= Fast, easy to use, free, and open source web IRC client
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twistedCore \
- ${PYTHON_SITELIBDIR}/twisted/web/__init__.py:${PORTSDIR}/www/py-twistedWeb \
- ${PYTHON_SITELIBDIR}/twisted/mail/__init__.py:${PORTSDIR}/mail/py-twistedMail \
- ${PYTHON_SITELIBDIR}/twisted/words/__init__.py:${PORTSDIR}/net-im/py-twistedWords \
- ${PYTHON_SITELIBDIR}/twisted/names/__init__.py:${PORTSDIR}/dns/py-twistedNames \
- ${PYTHON_SITELIBDIR}/twisted/conch/__init__.py:${PORTSDIR}/security/py-twistedConch
-
+USES= twisted:run,conch,mail,names,web,words
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
USE_PYTHON= yes