diff options
author | agc <agc> | 2000-02-15 09:26:12 +0000 |
---|---|---|
committer | agc <agc> | 2000-02-15 09:26:12 +0000 |
commit | 12e06e19ebf907042f4c8a55eb78ef23711edada (patch) | |
tree | 4e357f9aabe4d1c5fb73d87778d5e0e3e135ff1f /audio/festvox-hvs | |
parent | 7d5f7e3cd19c4453f97e98fcf15a5029891c00a8 (diff) | |
download | pkgsrc-12e06e19ebf907042f4c8a55eb78ef23711edada.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-hvs')
-rw-r--r-- | audio/festvox-hvs/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/festvox-hvs/Makefile b/audio/festvox-hvs/Makefile index b94bc58e0c8..070df4c72ba 100644 --- a/audio/festvox-hvs/Makefile +++ b/audio/festvox-hvs/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_hvs_di-2.0 PKGNAME= festvox-hvs-2.0 @@ -9,9 +9,9 @@ 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 \ - festogi-spanish-2.0:../festogi-spanish +DEPENDS+= festival-1.4.0:../festival +DEPENDS+= festlex-ogi-2.0:../festlex-ogi +DEPENDS+= festogi-spanish-2.0:../festogi-spanish LICENSE= no-commercial-use |