aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2008-03-25 22:15:31 +0800
committerahze <ahze@FreeBSD.org>2008-03-25 22:15:31 +0800
commit338118543e94010c8379cf4863e9f9654311a29a (patch)
treeb9928eb1e69500edfb0c4d798820175372b865a2 /print
parent9b89fe93f9dff43b32a7e603d86ee2e7c9ad42f6 (diff)
downloadfreebsd-ports-gnome-338118543e94010c8379cf4863e9f9654311a29a.tar.gz
freebsd-ports-gnome-338118543e94010c8379cf4863e9f9654311a29a.tar.zst
freebsd-ports-gnome-338118543e94010c8379cf4863e9f9654311a29a.zip
Add desktop-file-utils to BUILD_DEPENDS to fix install
Reported by: pointyhat
Diffstat (limited to 'print')
-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 \