- 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)
This commit is contained in:
Philip M. Gollucci
2010-12-27 15:52:11 +00:00
parent 14c2381384
commit efb57e632d
11 changed files with 11 additions and 11 deletions

View File

@@ -36,7 +36,7 @@ OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
.include <bsd.port.pre.mk>
.if defined(WITH_MYSQL)
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb
.endif
.if defined(WITH_PGSQL)