Add direct run dependency on databases/py-sqlite3
Submitted by: maintainer
This commit is contained in:
parent
609e7dea97
commit
063b978d77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282544
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue