aboutsummaryrefslogtreecommitdiff
path: root/print/system-config-printer
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2008-03-25 14:15:31 +0000
committerMichael Johnson <ahze@FreeBSD.org>2008-03-25 14:15:31 +0000
commitdbd848b6776f5cb9ef4917a9cd3d6ae996df1d27 (patch)
tree43640a4ab1e676695d2fa39010505ddd6c8c7186 /print/system-config-printer
parented088e660d12947e2db61ca6061d0fe30808bcb1 (diff)
downloadports-dbd848b6776f5cb9ef4917a9cd3d6ae996df1d27.tar.gz
ports-dbd848b6776f5cb9ef4917a9cd3d6ae996df1d27.zip
Add desktop-file-utils to BUILD_DEPENDS to fix install
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=209777
Diffstat (limited to 'print/system-config-printer')
-rw-r--r--print/system-config-printer/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/system-config-printer/Makefile b/print/system-config-printer/Makefile
index e2e38750a85e..7620a4e02a96 100644
--- a/print/system-config-printer/Makefile
+++ b/print/system-config-printer/Makefile
@@ -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 \