diff options
author | mat <mat@FreeBSD.org> | 2014-02-18 22:50:34 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-02-18 22:50:34 +0800 |
commit | 8cbf20d9e57340d6ed40e21d10350d13034dcddc (patch) | |
tree | 56ecf6382634d1d0afdc8e712807bf9cdf3a8721 /print | |
parent | 257bb164b349959ab3afd947b78c44979273d30a (diff) | |
download | freebsd-ports-gnome-8cbf20d9e57340d6ed40e21d10350d13034dcddc.tar.gz freebsd-ports-gnome-8cbf20d9e57340d6ed40e21d10350d13034dcddc.tar.zst freebsd-ports-gnome-8cbf20d9e57340d6ed40e21d10350d13034dcddc.zip |
Chase docbook cleanup dependencies.
Sponsored by: Absolight
Diffstat (limited to 'print')
-rw-r--r-- | print/system-config-printer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/system-config-printer/Makefile b/print/system-config-printer/Makefile index 86ab797be906..ad4c8d91b032 100644 --- a/print/system-config-printer/Makefile +++ b/print/system-config-printer/Makefile @@ -11,7 +11,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= CUPS configuration Gtk+2.0 GUI BUILD_DEPENDS= xmlto:${PORTSDIR}/textproc/xmlto \ - ${LOCALBASE}/share/xml/docbook/4.1.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-sk + ${LOCALBASE}/share/xml/docbook/4.1.2:${PORTSDIR}/textproc/docbook-sk LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-cups \ ${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-curl \ |