diff options
author | proff <proff@pkgsrc.org> | 1999-04-14 04:59:52 +0000 |
---|---|---|
committer | proff <proff@pkgsrc.org> | 1999-04-14 04:59:52 +0000 |
commit | 15fbca3ca1afe744e8d6c5b75d2f463c863e0a80 (patch) | |
tree | 53eec287dd032195dea9249f07026b070626f37c /audio/festvox-rab8 | |
parent | 0437adc2d02c08ae4a3852f57dda0758591749f9 (diff) | |
download | pkgsrc-15fbca3ca1afe744e8d6c5b75d2f463c863e0a80.tar.gz |
fix incorrectly specified oald dependency
Diffstat (limited to 'audio/festvox-rab8')
-rw-r--r-- | audio/festvox-rab8/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/festvox-rab8/Makefile b/audio/festvox-rab8/Makefile index 261e8844ee6..010d88e8037 100644 --- a/audio/festvox-rab8/Makefile +++ b/audio/festvox-rab8/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/04/14 04:50:25 proff Exp $ +# $NetBSD: Makefile,v 1.4 1999/04/14 04:59:52 proff Exp $ DISTNAME= festvox-rab8-1.3.1 WRKSRC= ${WRKDIR}/festival @@ -11,7 +11,7 @@ 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 + festlex-oald-1.3.1:../festival-oald LICENSE= non-commercial-use |