diff options
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) |