diff options
author | nik <nik@FreeBSD.org> | 1999-12-31 06:53:15 +0800 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 1999-12-31 06:53:15 +0800 |
commit | e4cf2ecdb69660cffb8d13f6a1dee4247828d452 (patch) | |
tree | d1d386fe0ed752097a373f76b92bfae1c2faa519 /textproc/docproj/Makefile | |
parent | 4f129243a6575d6685118c0017a6d5d469489a1e (diff) | |
download | freebsd-ports-gnome-e4cf2ecdb69660cffb8d13f6a1dee4247828d452.tar.gz freebsd-ports-gnome-e4cf2ecdb69660cffb8d13f6a1dee4247828d452.tar.zst freebsd-ports-gnome-e4cf2ecdb69660cffb8d13f6a1dee4247828d452.zip |
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.
Diffstat (limited to 'textproc/docproj/Makefile')
-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 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'" |