Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Jun 2000 18:09:17 +0300
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        Dan Larsson <dl@tyfon.net>
Cc:        ports@FreeBSD.org
Subject:   Re: Help on port
Message-ID:  <393BC29D.21451785@FreeBSD.org>
References:  <NEBBJANJCNNAKCPFKHHFOEAGCGAA.dl@tyfon.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?393BC29D.21451785>