diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-27 15:52:11 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-27 15:52:11 +0000 |
commit | efb57e632dfb1d961cf145a479f7e38b8e9bf30f (patch) | |
tree | df416af25fe0171ce400a68b338673c815547628 /net-im/jabber-pyicq/Makefile | |
parent | Update to 0.05 (diff) |
- new version of py-MySQLdb installs only the .egg 'zipped' so mysql.so
is no longer present to test for.
Approved by: itectu (portmgr, via irc)
Notes
Notes:
svn path=/head/; revision=267009
Diffstat (limited to 'net-im/jabber-pyicq/Makefile')
-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 f796ca35c6ef..5a22e0169fbc 100644 --- a/net-im/jabber-pyicq/Makefile +++ b/net-im/jabber-pyicq/Makefile @@ -84,7 +84,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twis .endif .if defined(WITH_MYSQL) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb .endif SUB_LIST+= JABBER_USER=${JABBER_USER} |