From 56b9adbf7862ac31ee1828700a8a760a72efe8f2 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 9 Apr 2008 13:54:04 +0000 Subject: [PATCH] - Use neutral example for RUN_DEPENDS section, tcl/tk should be depended upon using USE_* variables, not by RUN_DEPENDS entry --- en_US.ISO8859-1/books/porters-handbook/book.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml index 49901f0d1e..e5b9411b7f 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.sgml +++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml @@ -3233,14 +3233,14 @@ ALWAYS_KEEP_DISTFILES= yes For example, RUN_DEPENDS= ${LOCALBASE}/etc/innd:${PORTSDIR}/news/inn \ - wish8.0:${PORTSDIR}/x11-toolkits/tk80 + xmlcatmgr:${PORTSDIR}/textproc/xmlcatmgr will check if the file or directory /usr/local/etc/innd exists, and build and install it from the news/inn subdirectory of the ports tree if it is not found. It will also see if an - executable called wish8.0 is in the search - path, and descend into the x11-toolkits/tk80 + executable called xmlcatmgr is in the search + path, and descend into the textproc/xmlcatmgr subdirectory of your ports tree to build and install it if it is not found.