From e41660da24df4a6f78555795413de261fecb0c25 Mon Sep 17 00:00:00 2001 From: pgollucci Date: Mon, 27 Dec 2010 15:52:11 +0000 Subject: - 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) --- irc/py-gozerbot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irc') 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 .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) -- cgit