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. --- audio/festvox-don/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'audio/festvox-don') diff --git a/audio/festvox-don/Makefile b/audio/festvox-don/Makefile index e00c127e749..39a6db3a9a1 100644 --- a/audio/festvox-don/Makefile +++ b/audio/festvox-don/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/12/28 04:19:59 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2000/02/15 09:26:14 agc Exp $ DISTNAME= festvox_don PKGNAME= festvox-don-1.4.0 @@ -9,9 +9,9 @@ MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.0/ MAINTAINER= proff@iq.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html -DEPENDS+= festival-1.4.0:../festival \ - festlex-poslex-1.4.0:../festlex-poslex \ - festlex-oald-1.4.0:../festlex-oald +DEPENDS+= festival-1.4.0:../festival +DEPENDS+= festlex-poslex-1.4.0:../festlex-poslex +DEPENDS+= festlex-oald-1.4.0:../festlex-oald NO_BUILD= yes -- cgit v1.2.3