From e4cf2ecdb69660cffb8d13f6a1dee4247828d452 Mon Sep 17 00:00:00 2001 From: nik Date: Thu, 30 Dec 1999 22:53:15 +0000 Subject: 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. --- textproc/docproj/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/docproj/Makefile') 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'" -- cgit