diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-12-27 23:52:11 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-12-27 23:52:11 +0800 |
commit | e41660da24df4a6f78555795413de261fecb0c25 (patch) | |
tree | cf71a14ac1df60ce901161e7fddde2d25c66d143 /irc | |
parent | b28f9d3aeff08c250ac8f0b74661a75add348987 (diff) | |
download | freebsd-ports-graphics-e41660da24df4a6f78555795413de261fecb0c25.tar.gz freebsd-ports-graphics-e41660da24df4a6f78555795413de261fecb0c25.tar.zst freebsd-ports-graphics-e41660da24df4a6f78555795413de261fecb0c25.zip |
- 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)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/py-gozerbot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/py-gozerbot/Makefile b/irc/py-gozerbot/Makefile index 028ffb0f7a8..eb2d83bfad6 100644 --- a/irc/py-gozerbot/Makefile +++ b/irc/py-gozerbot/Makefile @@ -42,7 +42,7 @@ post-install: .include <bsd.port.pre.mk> .if defined(WITH_MYSQL) -RUN_DEPENDS+=${PYTHON_SITELIBDIR}/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}>=0:${PORTSDIR}/databases/py-MySQLdb .endif .if defined(WITH_XMPP) |