diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-07-03 21:13:48 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-07-03 21:13:48 +0000 |
commit | 15784d938c15e825fe92adccaa3c96583a33c25a (patch) | |
tree | 256497542ee2fa6bf77c98bf3ff9a2d1d4d081cb /textproc | |
parent | Update to 0.98. (diff) |
Depend on links from www/links1 rather than www/links.
This should unbreak doc builds.
Notes
Notes:
svn path=/head/; revision=62396
Diffstat (limited to 'textproc')
-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 1fbd9fb7f4b7..8d899e8e6208 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \ ${PREFIX}/share/xml/dtd/xhtml/xhtml.soc:${PORTSDIR}/textproc/xhtml \ ${PREFIX}/bin/peps:${PORTSDIR}/graphics/peps \ ${PREFIX}/bin/pngtopnm:${PORTSDIR}/graphics/netpbm \ - ${PREFIX}/bin/links:${PORTSDIR}/www/links \ + ${PREFIX}/bin/links:${PORTSDIR}/www/links1 \ ${PREFIX}/bin/xsltproc:${PORTSDIR}/textproc/libxslt \ ${PREFIX}/bin/scr2png:${PORTSDIR}/graphics/scr2png |