1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

Add desktop-file-utils to BUILD_DEPENDS to fix install

Reported by:	pointyhat
This commit is contained in:
Michael Johnson 2008-03-25 14:15:31 +00:00
parent ed088e660d
commit dbd848b677
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209777

View File

@ -18,7 +18,8 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-cups \
${LOCALBASE}/libdata/pkgconfig/notify-python.pc:${PORTSDIR}/devel/py-notify \
xmlproc_parse:${PORTSDIR}/textproc/py-xml \
${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \
xmlto:${PORTSDIR}/textproc/xmlto
xmlto:${PORTSDIR}/textproc/xmlto \
desktop-file-install:${PORTSDIR}/devel/desktop-file-utils
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-cups \
${LOCALBASE}/libdata/pkgconfig/notify-python.pc:${PORTSDIR}/devel/py-notify \
xmlproc_parse:${PORTSDIR}/textproc/py-xml \