aboutsummaryrefslogtreecommitdiff
path: root/print/system-config-printer
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2011-06-04 22:42:30 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2011-06-04 22:42:30 +0000
commitb38e853bd88d89f72e593f85e8e0bf9a9f07f8ef (patch)
tree13d5040c5221e53648007d7186a72c2924c555d3 /print/system-config-printer
parent0265a2565a806fbe566f8e737b531b330e0c1450 (diff)
downloadports-b38e853bd88d89f72e593f85e8e0bf9a9f07f8ef.tar.gz
ports-b38e853bd88d89f72e593f85e8e0bf9a9f07f8ef.zip
Fix the build with no Internet access by add textproc/docbook-sk build
depedency. PR: ports/157416 Reported by: joerg
Notes
Notes: svn path=/head/; revision=275079
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 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 \