From 247d40ee6830fda669caecb7966442a3b6051d0f Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Thu, 6 Jul 2006 07:56:11 +0000 Subject: [PATCH] - Chasing porters' handbook - Remove PERL_*_DEPENDS docs, the feature was removed from the tree PR: docs/99827 Submitted by: clsung@ --- zh_TW.Big5/books/porters-handbook/book.sgml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/zh_TW.Big5/books/porters-handbook/book.sgml b/zh_TW.Big5/books/porters-handbook/book.sgml index 7315f41635..b785759686 100644 --- a/zh_TW.Big5/books/porters-handbook/book.sgml +++ b/zh_TW.Big5/books/porters-handbook/book.sgml @@ -3203,21 +3203,6 @@ ALWAYS_KEEP_DISTFILES= yes same as DEPENDS_TARGET. - - <makevar>PERL_BUILD_DEPENDS</makevar> and - <makevar>PERL_RUN_DEPENDS</makevar> - - These variables allow you to specify dependencies on Perl - modules. For example, - - PERL_RUN_DEPENDS= MIME-Base64:${PORTSDIR}/converters/p5-MIME-Base64 - - will check for the MIME::Base64 Perl module - (note the replacement of :: - with -) and install it if - it is missing. - - <makevar>DEPENDS</makevar>