diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2008-03-25 14:15:31 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2008-03-25 14:15:31 +0000 |
commit | dbd848b6776f5cb9ef4917a9cd3d6ae996df1d27 (patch) | |
tree | 43640a4ab1e676695d2fa39010505ddd6c8c7186 /print/system-config-printer | |
parent | ed088e660d12947e2db61ca6061d0fe30808bcb1 (diff) | |
download | ports-dbd848b6776f5cb9ef4917a9cd3d6ae996df1d27.tar.gz ports-dbd848b6776f5cb9ef4917a9cd3d6ae996df1d27.zip |
Notes
Diffstat (limited to 'print/system-config-printer')
-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 \ |