diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-12-27 23:52:11 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-12-27 23:52:11 +0800 |
commit | e41660da24df4a6f78555795413de261fecb0c25 (patch) | |
tree | cf71a14ac1df60ce901161e7fddde2d25c66d143 /mail | |
parent | b28f9d3aeff08c250ac8f0b74661a75add348987 (diff) | |
download | freebsd-ports-gnome-e41660da24df4a6f78555795413de261fecb0c25.tar.gz freebsd-ports-gnome-e41660da24df4a6f78555795413de261fecb0c25.tar.zst freebsd-ports-gnome-e41660da24df4a6f78555795413de261fecb0c25.zip |
- 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)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/py-ppolicy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/py-ppolicy/Makefile b/mail/py-ppolicy/Makefile index c50e90e4a09f..5ed5da5c7501 100644 --- a/mail/py-ppolicy/Makefile +++ b/mail/py-ppolicy/Makefile @@ -37,7 +37,7 @@ OPTIONS= GeoIP "Use GeoIP support" On \ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/GeoIP.so:${PORTSDIR}/net/py-GeoIP .endif .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_LDAP) RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ldap2>=2.3.1:${PORTSDIR}/net/py-ldap2 |