diff options
author | rh <rh> | 1999-04-05 15:22:56 +0000 |
---|---|---|
committer | rh <rh> | 1999-04-05 15:22:56 +0000 |
commit | 9892e8385a9dd20c43e598bfde4291ba69c4d1ca (patch) | |
tree | 0c698c8165e7cc7c014ba73d9d88b8a3e67c8b6f /audio | |
parent | 43359f6f5e3fb3a1b4cb8b1d778d19eb165648ad (diff) | |
download | pkgsrc-9892e8385a9dd20c43e598bfde4291ba69c4d1ca.tar.gz |
Fix directory for festlex-oald
Diffstat (limited to 'audio')
-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-* |