From owner-freebsd-ports Wed Apr 15 02:48:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA13710 for freebsd-ports-outgoing; Wed, 15 Apr 1998 02:48:33 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA13702 for ; Wed, 15 Apr 1998 09:48:32 GMT (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (ala-ca34-37.ix.netcom.com [207.93.143.165]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id CAA29158; Wed, 15 Apr 1998 02:48:01 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id CAA05680; Wed, 15 Apr 1998 02:47:58 -0700 (PDT) Date: Wed, 15 Apr 1998 02:47:58 -0700 (PDT) Message-Id: <199804150947.CAA05680@silvia.HIP.Berkeley.EDU> To: doconnor@gsoft.com.au CC: ports@FreeBSD.ORG In-reply-to: <199804150540.PAA08443@cain.gsoft.com.au> (doconnor@gsoft.com.au) Subject: Re: Dependency question.. From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * 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