diff options
author | mezz <mezz@FreeBSD.org> | 2011-06-05 06:42:30 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2011-06-05 06:42:30 +0800 |
commit | 760393a88bf4c23921b7d66a422a62c19c4b3cdc (patch) | |
tree | ac0680abd8c5e7c0b886c2a6850edd1170d8daee | |
parent | 41be2ec0b795aa278b0f5efb589d59ead289154d (diff) | |
download | freebsd-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/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 \ |