diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-02-26 20:12:19 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-02-26 20:12:19 +0800 |
commit | 7f3d7e3bf8544090968c05e3eeaad14794092eb3 (patch) | |
tree | dd72748611c6ee02b5dac9fa96860d0a715bdfc0 | |
parent | 81a5ecf0bc847eb884f6d9bbd0bf1293b45c8cb7 (diff) | |
download | freebsd-ports-gnome-7f3d7e3bf8544090968c05e3eeaad14794092eb3.tar.gz freebsd-ports-gnome-7f3d7e3bf8544090968c05e3eeaad14794092eb3.tar.zst freebsd-ports-gnome-7f3d7e3bf8544090968c05e3eeaad14794092eb3.zip |
- Fix USES=twisted: we do not support/need twisted:core
PR: 198049
Submitted by: <michal@hanu.la>
-rw-r--r-- | net-im/jabber-pyicq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/jabber-pyicq/Makefile b/net-im/jabber-pyicq/Makefile index aba0444a442b..d83a55f5c05e 100644 --- a/net-im/jabber-pyicq/Makefile +++ b/net-im/jabber-pyicq/Makefile @@ -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> |