diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2011-06-04 22:42:30 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2011-06-04 22:42:30 +0000 |
commit | b38e853bd88d89f72e593f85e8e0bf9a9f07f8ef (patch) | |
tree | 13d5040c5221e53648007d7186a72c2924c555d3 /print | |
parent | 0265a2565a806fbe566f8e737b531b330e0c1450 (diff) | |
download | ports-b38e853bd88d89f72e593f85e8e0bf9a9f07f8ef.tar.gz ports-b38e853bd88d89f72e593f85e8e0bf9a9f07f8ef.zip |
Notes
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 bff2403088a8..ccc887672962 100644 --- a/print/system-config-printer/Makefile +++ b/print/system-config-printer/Makefile @@ -20,7 +20,8 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-cups \ xmlproc_parse:${PORTSDIR}/textproc/py-xml \ ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ xmlto:${PORTSDIR}/textproc/xmlto \ - desktop-file-install:${PORTSDIR}/devel/desktop-file-utils + desktop-file-install:${PORTSDIR}/devel/desktop-file-utils \ + ${LOCALBASE}/share/xml/docbook/4.1.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-sk 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 \ |