From owner-freebsd-ports Sun Apr 14 06:21:57 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA24293 for ports-outgoing; Sun, 14 Apr 1996 06:21:57 -0700 (PDT) Received: from mail.tky007.tth.expo96.ad.jp (root@tky007.tth.expo96.ad.jp [133.246.32.58]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id GAA24278 for ; Sun, 14 Apr 1996 06:21:53 -0700 (PDT) Received: from tky007.tth.expo96.ad.jp (masafumi@localhost [127.0.0.1]) by mail.tky007.tth.expo96.ad.jp (8.7.5/3.4W4-SMTP) with ESMTP id WAA26363; Sun, 14 Apr 1996 22:23:16 +0900 (JST) Message-Id: <199604141323.WAA26363@mail.tky007.tth.expo96.ad.jp> To: freebsd-ports@freebsd.org Cc: max@sfc.wide.ad.jp Subject: How to write (not shared) libraries dependency? From: Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= Reply-To: max@sfc.wide.ad.jp X-Mailer: Mew version 1.05+ on Emacs 19.28.1, Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Sun, 14 Apr 1996 22:23:16 +0900 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, 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. Any suggestion is appreciated. Masafumi