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-rab16 | |
parent | e720c400e212653dc1e76242fe0dcfc4a6e4f315 (diff) | |
download | pkgsrc-0807a3413fe93b6b6585d18da638000962b367e3.tar.gz |
depends should be ../../<category>/<pkg>
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 fe08e2cf91c..8c6d98b5345 100644 --- a/audio/festvox-rab16/Makefile +++ b/audio/festvox-rab16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/01/20 12:07:42 agc Exp $ +# $NetBSD: Makefile,v 1.17 2005/07/19 10:22:33 grant Exp $ DISTNAME= festvox_rablpc16k PKGNAME= festvox-rab16-1.4.0 @@ -10,9 +10,9 @@ MAINTAINER= proff@iq.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html COMMENT= 16khz British English male voice for festival -DEPENDS+= festival>=1.4.0:../festival -DEPENDS+= festlex-poslex>=1.4.0:../festlex-poslex -DEPENDS+= festlex-oald>=1.4.0:../festlex-oald +DEPENDS+= festival>=1.4.0:../../audio/festival +DEPENDS+= festlex-poslex>=1.4.0:../../audio/festlex-poslex +DEPENDS+= festlex-oald>=1.4.0:../../audio/festlex-oald CONFLICTS= festvox-rab8-[0-9]* |