aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-27 15:52:11 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-27 15:52:11 +0000
commitefb57e632dfb1d961cf145a479f7e38b8e9bf30f (patch)
treedf416af25fe0171ce400a68b338673c815547628 /irc
parent14c238138494b4f3b0b2f4e3d2133b64c0b1fbac (diff)
downloadports-efb57e632dfb1d961cf145a479f7e38b8e9bf30f.tar.gz
ports-efb57e632dfb1d961cf145a479f7e38b8e9bf30f.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/py-gozerbot/Makefile2
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)