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/festlex-ogi | |
parent | e720c400e212653dc1e76242fe0dcfc4a6e4f315 (diff) | |
download | pkgsrc-0807a3413fe93b6b6585d18da638000962b367e3.tar.gz |
depends should be ../../<category>/<pkg>
Diffstat (limited to 'audio/festlex-ogi')
-rw-r--r-- | audio/festlex-ogi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/festlex-ogi/Makefile b/audio/festlex-ogi/Makefile index 19182e824d2..bcfb5727e5f 100644 --- a/audio/festlex-ogi/Makefile +++ b/audio/festlex-ogi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/02/21 06:20:48 snj Exp $ +# $NetBSD: Makefile,v 1.16 2005/07/19 10:22:32 grant Exp $ DISTNAME= OGIlexicon-2.0 PKGNAME= festlex-ogi-2.0 @@ -9,8 +9,8 @@ MAINTAINER= proff@iq.org HOMEPAGE= http://cslu.cse.ogi.edu/tts/ COMMENT= Composite pronunciation dictionary from ogi.edu for festival -DEPENDS+= festival>=1.4.0:../festival -DEPENDS+= festlex-poslex>=1.4.0:../festlex-poslex +DEPENDS+= festival>=1.4.0:../../audio/festival +DEPENDS+= festlex-poslex>=1.4.0:../../audio/festlex-poslex LICENSE= no-commercial-use |