From 760393a88bf4c23921b7d66a422a62c19c4b3cdc Mon Sep 17 00:00:00 2001 From: mezz Date: Sat, 4 Jun 2011 22:42:30 +0000 Subject: Fix the build with no Internet access by add textproc/docbook-sk build depedency. PR: ports/157416 Reported by: joerg --- print/system-config-printer/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'print') 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 \ -- cgit