From owner-cvs-all Sun Sep 26 19: 4:14 1999 Delivered-To: cvs-all@freebsd.org Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (Postfix) with ESMTP id 853A515656; Sun, 26 Sep 1999 19:04:11 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca50-92.ix.netcom.com [209.111.213.92]) by vader.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id TAA15474; Sun, 26 Sep 1999 19:02:57 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id TAA10088; Sun, 26 Sep 1999 19:02:38 -0700 (PDT) To: Steve Price Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/fastcrc Makefile References: <199909270153.SAA36606@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 26 Sep 1999 19:02:35 -0700 In-Reply-To: Steve Price's message of "Sun, 26 Sep 1999 18:53:41 -0700 (PDT)" Message-ID: Lines: 14 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * No need to include ':install' at the end of the BUILD_DEPENDS line since * it is implied if nothing is given. Picking nits I know, but it is now * more "consistent" with the other ~2600 ports. Ok. By the way, note that there *are* some "install"s there (most notably lang/modula-3) where it is necessary to ensure that the port is actually built and installed during the compilation of the depending port. Usually you can replace the dependencies with packages and set DEPENDS_TARGET to /usr/bin/true. When this is not true, the target part is mandatory. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message