From owner-freebsd-ports Mon Jul 20 04:15:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA21864 for freebsd-ports-outgoing; Mon, 20 Jul 1998 04:15:03 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA21855 for ; Mon, 20 Jul 1998 04:15:00 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (sji-ca7-07.ix.netcom.com [209.109.235.7]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id EAA28067; Mon, 20 Jul 1998 04:14:40 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id EAA17827; Mon, 20 Jul 1998 04:14:37 -0700 (PDT) Date: Mon, 20 Jul 1998 04:14:37 -0700 (PDT) Message-Id: <199807201114.EAA17827@silvia.HIP.Berkeley.EDU> To: billf@chc-chimes.com CC: freebsd-ports@FreeBSD.ORG In-reply-to: (message from Bill Fumerola on Thu, 16 Jul 1998 22:50:28 -0400 (EDT)) Subject: Re: dependence on a shared library. From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * I'm currently working on a port that needs the includes(and of cource the * library) from /usr/ports/graphics/gd. I'm trying to figure out the best If the library is a shared lib, use LIB_DEPENDS. If it's not (which is probably why you are asking here in the first place), use BUILD_DEPENDS with the library's full pathname in the first column. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message