aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
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 /deskutils
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 'deskutils')
-rw-r--r--deskutils/gbirthday/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/gbirthday/Makefile b/deskutils/gbirthday/Makefile
index ff4d8d486305..17da7fd05f64 100644
--- a/deskutils/gbirthday/Makefile
+++ b/deskutils/gbirthday/Makefile
@@ -45,7 +45,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
.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_NOTIFY)