aboutsummaryrefslogtreecommitdiff
path: root/www/session2
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 /www/session2
parent14c238138494b4f3b0b2f4e3d2133b64c0b1fbac (diff)
downloadports-efb57e632dfb1d961cf145a479f7e38b8e9bf30f.tar.gz
ports-efb57e632dfb1d961cf145a479f7e38b8e9bf30f.zip
Notes
Diffstat (limited to 'www/session2')
-rw-r--r--www/session2/Makefile2
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