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/xmlto | |
parent | 8a932d9fc78f5db5daa3f5735ecf34ad9a9a8eab (diff) | |
download | ports-7f67d157d9380c9f4aeb51e0bfedd357a30dbbbd.tar.gz ports-7f67d157d9380c9f4aeb51e0bfedd357a30dbbbd.zip |
Notes
Diffstat (limited to 'textproc/xmlto')
-rw-r--r-- | textproc/xmlto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile index 21758318f52e..e0062ddc13d8 100644 --- a/textproc/xmlto/Makefile +++ b/textproc/xmlto/Makefile @@ -26,7 +26,7 @@ BUILD_DEPENDS= ${BASH_CMD}:${PORTSDIR}/shells/bash \ ${XSL_DIR}:${PORTSDIR}/textproc/docbook-xsl \ paperconf:${PORTSDIR}/print/libpaper \ w3m:${PORTSDIR}/www/w3m \ - ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml + ${LOCALBASE}/share/xml/docbook/4.2:${PORTSDIR}/textproc/docbook-xml RUN_DEPENDS:= ${BUILD_DEPENDS} SUB_FILES= pkg-message |