From 4cffd86a2930792f64b0440f0e5a8c6400e8419e Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 15 Feb 2000 09:26:12 +0000 Subject: When multi-line dependencies occur, use a "DEPENDS+= package" format for each of the continuation lines, rather than using backslashes to continue a single, long definition. This makes it much easier to spot pre-requisite packages and other dependencies. --- graphics/cqcam/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/cqcam') diff --git a/graphics/cqcam/Makefile b/graphics/cqcam/Makefile index f2af16ef58e..1f423172c36 100644 --- a/graphics/cqcam/Makefile +++ b/graphics/cqcam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/01/02 03:38:30 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2000/02/15 09:26:21 agc Exp $ # DISTNAME= cqcam-0.45a @@ -9,8 +9,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.cs.duke.edu/~reynolds/cqcam/ -DEPENDS= jpeg-6b:../../graphics/jpeg \ - tk-8.0.5:../../x11/tk80 +DEPENDS= jpeg-6b:../../graphics/jpeg +DEPENDS+= tk-8.0.5:../../x11/tk80 ONLY_FOR_PLATFORM= NetBSD-*-i386 -- cgit v1.2.3