diff options
author | rh <rh@pkgsrc.org> | 1999-04-05 15:22:56 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-04-05 15:22:56 +0000 |
commit | 3965e88745c8b17bc25d859cabd09a1908599212 (patch) | |
tree | 0c698c8165e7cc7c014ba73d9d88b8a3e67c8b6f /audio/festvox-rab16 | |
parent | 637afed757611227fbd9ee41a3e539731c2ecbbf (diff) | |
download | pkgsrc-3965e88745c8b17bc25d859cabd09a1908599212.tar.gz |
Fix directory for festlex-oald
Diffstat (limited to 'audio/festvox-rab16')
-rw-r--r-- | audio/festvox-rab16/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/festvox-rab16/Makefile b/audio/festvox-rab16/Makefile index c31fe69a132..49e65a85654 100644 --- a/audio/festvox-rab16/Makefile +++ b/audio/festvox-rab16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/04/04 22:03:18 proff Exp $ +# $NetBSD: Makefile,v 1.3 1999/04/05 15:22:56 rh Exp $ DISTNAME= festvox-rab16-1.3.1 WRKSRC= ${WRKDIR}/festival @@ -9,9 +9,9 @@ DISTFILES= festvox_rablpc16k.tar.gz MAINTAINER= proff@iq.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html -DEPENDS+= festival-1.3.1:../festival \ - festlex-poslex-1.3.1:../festlex-poslex \ - festlex-oald-1.3.1:../festival +DEPENDS+= festival-1.3.1:../festival +DEPENDS+= festlex-poslex-1.3.1:../festlex-poslex +DEPENDS+= festlex-oald-1.3.1:../festlex-oald CONFLICTS= festvox-rab8-* |