summaryrefslogtreecommitdiff
path: root/textproc/docproj
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1999-12-30 22:53:15 +0000
committerNik Clayton <nik@FreeBSD.org>1999-12-30 22:53:15 +0000
commita51d7e4ad792ced54d2067bbe5948c1508869eb4 (patch)
treed2c7d19f6b60f62149325131d61a3523560db519 /textproc/docproj
parentAdd missing libraries. (diff)
Explicitly depend on the catalog file created by the textproc/docbook
port, and not just the directory. This should *really* fix the bug I thought I'd fixed in 1.18.
Notes
Notes: svn path=/head/; revision=24297
Diffstat (limited to 'textproc/docproj')
-rw-r--r--textproc/docproj/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile
index fce3fd3e0004..7fa3e74964a2 100644
--- a/textproc/docproj/Makefile
+++ b/textproc/docproj/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \
${PREFIX}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular \
${PREFIX}/share/sgml/html/catalog:${PORTSDIR}/textproc/html \
${PREFIX}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \
- ${PREFIX}/share/sgml/docbook/3.1:${PORTSDIR}/textproc/docbook-310 \
+ ${PREFIX}/share/sgml/docbook/catalog:${PORTSDIR}/textproc/docbook \
${PREFIX}/share/sgml/iso8879:${PORTSDIR}/textproc/iso8879
IS_INTERACTIVE= "user must set JADETEX variable to 'yes' or 'no'"