diff options
author | agc <agc> | 2000-02-15 09:26:12 +0000 |
---|---|---|
committer | agc <agc> | 2000-02-15 09:26:12 +0000 |
commit | 242d011092ba85f783d14aeacbecfc4234970f19 (patch) | |
tree | 4e357f9aabe4d1c5fb73d87778d5e0e3e135ff1f /audio/festvox-jph | |
parent | 5c63ce00000da7db31d55e4568e575d0b99bc6a9 (diff) | |
download | pkgsrc-242d011092ba85f783d14aeacbecfc4234970f19.tar.gz |
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.
Diffstat (limited to 'audio/festvox-jph')
-rw-r--r-- | audio/festvox-jph/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/festvox-jph/Makefile b/audio/festvox-jph/Makefile index 82b5807654a..0c08230a826 100644 --- a/audio/festvox-jph/Makefile +++ b/audio/festvox-jph/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/12/28 04:20:00 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2000/02/15 09:26:14 agc Exp $ DISTNAME= voice_jph_di-2.0 PKGNAME= festvox-jph-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 |