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 | 7cbf44845d605e216f2f7f06cd5a000a11d5f60a (patch) | |
tree | 629b933b5cd1e49cd6829a55ff79d226005f2e97 /audio/festvox-us3/Makefile | |
parent | f4b67f8cf92b87be8820941acfe5325388979728 (diff) | |
download | pkgsrc-7cbf44845d605e216f2f7f06cd5a000a11d5f60a.tar.gz |
depends should be ../../<category>/<pkg>
Diffstat (limited to 'audio/festvox-us3/Makefile')
-rw-r--r-- | audio/festvox-us3/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/festvox-us3/Makefile b/audio/festvox-us3/Makefile index 9602b406846..e76d03c7222 100644 --- a/audio/festvox-us3/Makefile +++ b/audio/festvox-us3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/20 12:07:42 agc Exp $ +# $NetBSD: Makefile,v 1.12 2005/07/19 10:22:33 grant Exp $ DISTNAME= festvox_us3 PKGNAME= festvox-us3-1.4.0 @@ -10,11 +10,11 @@ MAINTAINER= proff@iq.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html COMMENT= MBROLA based American English male voice for festival -DEPENDS+= festival>=1.4.0:../festival -DEPENDS+= festlex-poslex>=1.4.0:../festlex-poslex -DEPENDS+= festlex-cmu>=1.4.0:../festlex-cmu -DEPENDS+= mbrola-301h:../mbrola -DEPENDS+= mbrolavox-us3-990208:../mbrolavox-us3 +DEPENDS+= festival>=1.4.0:../../audio/festival +DEPENDS+= festlex-poslex>=1.4.0:../../audio/festlex-poslex +DEPENDS+= festlex-cmu>=1.4.0:../../audio/festlex-cmu +DEPENDS+= mbrola-301h:../../audio/mbrola +DEPENDS+= mbrolavox-us3-990208:../../audio/mbrolavox-us3 LICENSE= no-commercial-use |