diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-18 14:50:34 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-18 14:50:34 +0000 |
commit | 7f67d157d9380c9f4aeb51e0bfedd357a30dbbbd (patch) | |
tree | 56ecf6382634d1d0afdc8e712807bf9cdf3a8721 /textproc/docproj | |
parent | 8a932d9fc78f5db5daa3f5735ecf34ad9a9a8eab (diff) | |
download | ports-7f67d157d9380c9f4aeb51e0bfedd357a30dbbbd.tar.gz ports-7f67d157d9380c9f4aeb51e0bfedd357a30dbbbd.zip |
Chase docbook cleanup dependencies.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=344900
Diffstat (limited to 'textproc/docproj')
-rw-r--r-- | textproc/docproj/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 36654cb37ad2..28a967e562bf 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= links:${PORTSDIR}/www/links1 \ ${LOCALBASE}/share/xml/dtd/xhtml/xhtml.soc:${PORTSDIR}/textproc/xhtml \ docbook-xsl-ns>=1.78.1_4:${PORTSDIR}/textproc/docbook-xsl-ns \ ${LOCALBASE}/share/xsl/iso-schematron/xslt1/iso_schematron_skeleton_for_xslt1.xsl:${PORTSDIR}/textproc/iso-schematron-xslt \ - ${LOCALBASE}/share/xml/docbook/5.0/dtd/docbook.dtd:${PORTSDIR}/textproc/docbook-500 \ + ${LOCALBASE}/share/xml/docbook/5.0:${PORTSDIR}/textproc/docbook-500 \ ${LOCALBASE}/share/xml/xmlcharent/catalog:${PORTSDIR}/textproc/xmlcharent \ p5-XML-Parser>=2.41:${PORTSDIR}/textproc/p5-XML-Parser \ zip:${PORTSDIR}/archivers/zip |