Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2015 12:12:19 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379991 - head/net-im/jabber-pyicq
Message-ID:  <201502261212.t1QCCJIB059360@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Feb 26 12:12:19 2015
New Revision: 379991
URL: https://svnweb.freebsd.org/changeset/ports/379991
QAT: https://qat.redports.org/buildarchive/r379991/

Log:
  - Fix USES=twisted: we do not support/need twisted:core
  
  PR:		198049
  Submitted by:	<michal@hanu.la>

Modified:
  head/net-im/jabber-pyicq/Makefile

Modified: head/net-im/jabber-pyicq/Makefile
==============================================================================
--- head/net-im/jabber-pyicq/Makefile	Thu Feb 26 11:51:32 2015	(r379990)
+++ head/net-im/jabber-pyicq/Makefile	Thu Feb 26 12:12:19 2015	(r379991)
@@ -44,7 +44,7 @@ PORTDOCS=	NEWS README
 PORTEXAMPLES=	db-setup.mysql jabber-pyicq.xml
 
 MYSQL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb
-TWISTED_USES=		twisted:core,web,words
+TWISTED_USES=		twisted:web,words
 
 .include <bsd.port.options.mk>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502261212.t1QCCJIB059360>