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 /www/session2 | |
parent | 14c238138494b4f3b0b2f4e3d2133b64c0b1fbac (diff) | |
download | ports-efb57e632dfb1d961cf145a479f7e38b8e9bf30f.tar.gz ports-efb57e632dfb1d961cf145a479f7e38b8e9bf30f.zip |
Notes
Diffstat (limited to 'www/session2')
-rw-r--r-- | www/session2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/session2/Makefile b/www/session2/Makefile index 233496068cce..989b783d75e0 100644 --- a/www/session2/Makefile +++ b/www/session2/Makefile @@ -26,7 +26,7 @@ OPTIONS+= POSTGRESQL "psycopg support" on .include <bsd.port.pre.mk> .if defined(WITH_MYSQL) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb +RUN_DEPENDS+= ${PYHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb BROKEN= bad dependency line .endif |