From 242d011092ba85f783d14aeacbecfc4234970f19 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-ogirab/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio/festvox-ogirab') diff --git a/audio/festvox-ogirab/Makefile b/audio/festvox-ogirab/Makefile index 1b7d1a3befb..cd13b5db2db 100644 --- a/audio/festvox-ogirab/Makefile +++ b/audio/festvox-ogirab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/12/28 04:20:01 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2000/02/15 09:26:16 agc Exp $ DISTNAME= voice_ogirab_di-2.0 PKGNAME= festvox-ogirab-2.0 @@ -9,8 +9,8 @@ MASTER_SITES= ftp://cslu.cse.ogi.edu/pub/tts/ MAINTAINER= proff@iq.org HOMEPAGE= http://cslu.cse.ogi.edu/tts -DEPENDS+= festival-1.4.0:../festival \ - festlex-ogi-2.0:../festlex-ogi +DEPENDS+= festival-1.4.0:../festival +DEPENDS+= festlex-ogi-2.0:../festlex-ogi LICENSE= no-commercial-use -- cgit v1.2.3