aboutsummaryrefslogtreecommitdiff
path: root/mail/py-ppolicy
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 /mail/py-ppolicy
parent14c238138494b4f3b0b2f4e3d2133b64c0b1fbac (diff)
Notes
Diffstat (limited to 'mail/py-ppolicy')
-rw-r--r--mail/py-ppolicy/Makefile2
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