From owner-freebsd-ports Mon Apr 15 16:32:33 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA16718 for ports-outgoing; Mon, 15 Apr 1996 16:32:33 -0700 (PDT) Received: from sunrise.cs.berkeley.edu (sunrise.CS.Berkeley.EDU [128.32.38.121]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA16711 for ; Mon, 15 Apr 1996 16:32:31 -0700 (PDT) Received: (from asami@localhost) by sunrise.cs.berkeley.edu (8.6.12/8.6.12) id QAA07549; Mon, 15 Apr 1996 16:33:38 -0700 Date: Mon, 15 Apr 1996 16:33:38 -0700 Message-Id: <199604152333.QAA07549@sunrise.cs.berkeley.edu> To: max@sfc.wide.ad.jp CC: freebsd-ports@freebsd.org, max@sfc.wide.ad.jp In-reply-to: <199604141323.WAA26363@mail.tky007.tth.expo96.ad.jp> (message from Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= on Sun, 14 Apr 1996 22:23:16 +0900) Subject: Re: How to write (not shared) libraries dependency? From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * This software I'm porting depends on a library that is not shared * lib. I understand LIB_DEPENDS is for shared lib. And since files * listed in BUILD_DEPENDS are not found if they are in /usr/local/lib or * in places like that, I haven't been able to figure out what the * correct way to do this. Use BUILD_DEPENDS and RUN_DEPENDS with the absolute pathname (you can use ${PREFIX}) of the static lib. Satoshi