From owner-freebsd-ports Fri Apr 28 16:39:20 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id 3EC0D37B593 for ; Fri, 28 Apr 2000 16:39:18 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id SAA00115; Fri, 28 Apr 2000 18:39:11 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <010401bfb16a$f45dc920$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "Dan Langille" Cc: References: <200004282130.JAA20020@ducky.nz.freebsd.org>; <20000428144552.A2174@luna.cdrom.com> <200004282202.KAA20457@ducky.nz.freebsd.org> <20000428162038.C41443@luna.cdrom.com> Subject: Re: xchat depends Date: Fri, 28 Apr 2000 18:39:11 -0500 Organization: West Bend Internet MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.3825.400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.3825.400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: "Jim Mock" > That would make sense, unless the list compilation ignores dependencies > defined in bsd.port.mk (such as libtool). Notice that libtool isn't > defined the same way the other depends are, it's defined with > USE_LIBTOOL instead. > bsd.port.mk doesn't ignore dependencies that it defines. It's just that the list that it compiles for a package is based on the RUN_DEPENDS, and LIB_DEPENDS that a port/package might need in order to run. USE_LIBTOOL defines the libtool dependency as a BUILD_DEPENDS, thus it doesn't get included in a packages list of dependencies. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message