aboutsummaryrefslogtreecommitdiffstats
path: root/www/session2
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-12-27 23:52:11 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-12-27 23:52:11 +0800
commite41660da24df4a6f78555795413de261fecb0c25 (patch)
treecf71a14ac1df60ce901161e7fddde2d25c66d143 /www/session2
parentb28f9d3aeff08c250ac8f0b74661a75add348987 (diff)
downloadfreebsd-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 '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