Date: Wed, 15 Apr 1998 02:47:58 -0700 (PDT) From: asami@FreeBSD.ORG (Satoshi Asami) To: doconnor@gsoft.com.au Cc: ports@FreeBSD.ORG Subject: Re: Dependency question.. Message-ID: <199804150947.CAA05680@silvia.HIP.Berkeley.EDU> In-Reply-To: <199804150540.PAA08443@cain.gsoft.com.au> (doconnor@gsoft.com.au)
next in thread | previous in thread | raw e-mail | index | archive | help
* I am writing a port for qplug, which is a netscape plugin, and I * was wondering how I should handle its dependance on Netscape, since * there are 9 ports for Netscape now :) No dependencies, I guess. At least no RUN_DEPENDS, that will hardcode the package name of one netscape into the package. If you need BUILD_DEPENDS, use "netscape" as the executable name. * And also, it copies the plugin to ${PREFIX}/netscape/plugins, is this The * Right Way(tm)? (ie should I just assume that if netscape is installed, thats * where it is installed?) You mean ${PREFIX}/lib/netscape/plugins? If so, that looks right. Satoshi 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?199804150947.CAA05680>