Date: Fri, 08 Sep 1995 18:21:06 -0500 From: "Eric L. Hernes" <erich@lodgenet.com> To: ports@freebsd.org Subject: dependancies Message-ID: <199509082321.SAA20341@jake.lodgenet.com>
next in thread | raw e-mail | index | archive | help
Is there a way to register a dependancy for building a port, but not for the binary package? for example, I've got a port of gcc for the 6811, the port requires bison to build, but once the package is done, bison is not required. If I add ``EXEC_DEPENDS= bison:${PORTSDIR}/devel/bison'' to the Makefile, `make package', and then pkg_add the package, pkg_add checks the dependancies, which it really doesn't need to do. maybe a BUILD_DEPENDS macro is needed. eric. -- erich@lodgenet.com erich@rrnet.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509082321.SAA20341>