diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-27 15:52:11 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-27 15:52:11 +0000 |
commit | efb57e632dfb1d961cf145a479f7e38b8e9bf30f (patch) | |
tree | df416af25fe0171ce400a68b338673c815547628 /databases/py-sqlobject | |
parent | 14c238138494b4f3b0b2f4e3d2133b64c0b1fbac (diff) |
Notes
Diffstat (limited to 'databases/py-sqlobject')
-rw-r--r-- | databases/py-sqlobject/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-sqlobject/Makefile b/databases/py-sqlobject/Makefile index 14f4340c9ce3..ba0491710513 100644 --- a/databases/py-sqlobject/Makefile +++ b/databases/py-sqlobject/Makefile @@ -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) |