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 /editors | |
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 'editors')
-rw-r--r-- | editors/scribes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/scribes/Makefile b/editors/scribes/Makefile index 38fb8021ae8d..3c7a65df1e33 100644 --- a/editors/scribes/Makefile +++ b/editors/scribes/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus \ ${PYTHON_PKGNAMEPREFIX}xdg>0:${PORTSDIR}/devel/py-xdg \ - ${LOCALBASE}/share/xml/docbook/4.5/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml-450 \ + ${LOCALBASE}/share/xml/docbook/4.5:${PORTSDIR}/textproc/docbook-xml-450 \ yelp:${PORTSDIR}/x11/yelp USE_BZIP2= yes |