diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:52:16 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:52:16 +0000 |
commit | 734b63302e4eff161f45e72e9888eb8fbd1ad403 (patch) | |
tree | f03527561482ff1ea85dbb668e027491c45829f5 /irc/qwebirc | |
parent | 6d83e65a8b50cb4f07da7184b20fca3165a54747 (diff) | |
download | ports-734b63302e4eff161f45e72e9888eb8fbd1ad403.tar.gz ports-734b63302e4eff161f45e72e9888eb8fbd1ad403.zip |
Notes
Diffstat (limited to 'irc/qwebirc')
-rw-r--r-- | irc/qwebirc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/qwebirc/Makefile b/irc/qwebirc/Makefile index 963677f2510c..e3843d04b07b 100644 --- a/irc/qwebirc/Makefile +++ b/irc/qwebirc/Makefile @@ -12,10 +12,9 @@ EXTRACT_SUFX= .gz MAINTAINER= tabmow@freenode.net COMMENT= Fast, easy to use, free, and open source web IRC client -USES= twisted:run,conch,mail,names,web,words +USES= python twisted:run,conch,mail,names,web,words WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes -USE_PYTHON= yes PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" do-install: |