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 /irc | |
parent | 14c238138494b4f3b0b2f4e3d2133b64c0b1fbac (diff) |
Notes
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 028ffb0f7a8e..eb2d83bfad6e 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) |