From owner-freebsd-ports Mon Jun 5 8: 9:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 7C4EE37BCE9 for ; Mon, 5 Jun 2000 08:09:13 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id SAA06388; Mon, 5 Jun 2000 18:07:55 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id SAA51006; Mon, 5 Jun 2000 18:09:23 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <393BC29D.21451785@FreeBSD.org> Date: Mon, 05 Jun 2000 18:09:17 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Dan Larsson Cc: ports@FreeBSD.org Subject: Re: Help on port References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dan Larsson wrote: > I'm trying to test a port I've made of an app > that depends on that /usr/ports/databases/db > (Berkeley DB2) is installed. More exactly > that the files /usr/local/lib/libdb2.a and > /usr/local/include/db2/db.h exists. > > How do I specify that the Berkeley DB2 port > must be installed (depends on)? Just add the following: BUILD_DEPENDS= ${LOCALBASE}/lib/libdb2.a:${PORTSDIR}/databases/db -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message