aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-09-28 03:42:35 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-09-28 03:42:35 +0000
commit063b978d77f633569139db323406433e99f05cb5 (patch)
treee873c472f1038656e9acc36ffbd41ee3d3da6ff2 /x11-fonts
parent609e7dea974e6aef180a07c3fae1dc284e8e4bc0 (diff)
downloadports-063b978d77f633569139db323406433e99f05cb5.tar.gz
ports-063b978d77f633569139db323406433e99f05cb5.zip
Add direct run dependency on databases/py-sqlite3
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=282544
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/font-manager/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fonts/font-manager/Makefile b/x11-fonts/font-manager/Makefile
index 9064ff3e0221..e42fd0248c54 100644
--- a/x11-fonts/font-manager/Makefile
+++ b/x11-fonts/font-manager/Makefile
@@ -15,7 +15,8 @@ MAINTAINER= lichray@gmail.com
COMMENT= A font management application for the GNOME desktop
LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \
+ ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
USE_BZIP2= yes
USE_PYTHON= 2.6-2.7