aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2011-06-05 06:42:30 +0800
committermezz <mezz@FreeBSD.org>2011-06-05 06:42:30 +0800
commit760393a88bf4c23921b7d66a422a62c19c4b3cdc (patch)
treeac0680abd8c5e7c0b886c2a6850edd1170d8daee
parent41be2ec0b795aa278b0f5efb589d59ead289154d (diff)
downloadfreebsd-ports-gnome-760393a88bf4c23921b7d66a422a62c19c4b3cdc.tar.gz
freebsd-ports-gnome-760393a88bf4c23921b7d66a422a62c19c4b3cdc.tar.zst
freebsd-ports-gnome-760393a88bf4c23921b7d66a422a62c19c4b3cdc.zip
Fix the build with no Internet access by add textproc/docbook-sk build
depedency. PR: ports/157416 Reported by: joerg
-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 \