diff options
author | grant <grant@pkgsrc.org> | 2005-07-19 10:22:32 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-19 10:22:32 +0000 |
commit | 0807a3413fe93b6b6585d18da638000962b367e3 (patch) | |
tree | 629b933b5cd1e49cd6829a55ff79d226005f2e97 /audio/festvox-aec | |
parent | e720c400e212653dc1e76242fe0dcfc4a6e4f315 (diff) | |
download | pkgsrc-0807a3413fe93b6b6585d18da638000962b367e3.tar.gz |
depends should be ../../<category>/<pkg>
Diffstat (limited to 'audio/festvox-aec')
-rw-r--r-- | audio/festvox-aec/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/festvox-aec/Makefile b/audio/festvox-aec/Makefile index 12a8edec89a..2da39777703 100644 --- a/audio/festvox-aec/Makefile +++ b/audio/festvox-aec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/01/20 12:07:42 agc Exp $ +# $NetBSD: Makefile,v 1.18 2005/07/19 10:22:33 grant Exp $ DISTNAME= voice_aec_di-2.0 PKGNAME= festvox-aec-2.0 @@ -10,8 +10,8 @@ MAINTAINER= proff@iq.org HOMEPAGE= http://cslu.cse.ogi.edu/tts/ COMMENT= American English male voice for the festival speech synthesis system -DEPENDS+= festival>=1.4.0:../festival -DEPENDS+= festlex-ogi>=2.0:../festlex-ogi +DEPENDS+= festival>=1.4.0:../../audio/festival +DEPENDS+= festlex-ogi>=2.0:../../audio/festlex-ogi LICENSE= no-commercial-use |