diff options
author | ahze <ahze@FreeBSD.org> | 2008-03-25 22:15:31 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2008-03-25 22:15:31 +0800 |
commit | 338118543e94010c8379cf4863e9f9654311a29a (patch) | |
tree | b9928eb1e69500edfb0c4d798820175372b865a2 /print | |
parent | 9b89fe93f9dff43b32a7e603d86ee2e7c9ad42f6 (diff) | |
download | freebsd-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/Makefile | 3 |
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 \ |