diff options
author | grant <grant> | 2005-07-19 10:22:32 +0000 |
---|---|---|
committer | grant <grant> | 2005-07-19 10:22:32 +0000 |
commit | 0fb4c81ea73736b7c48e25b9ae531a486eaac995 (patch) | |
tree | 629b933b5cd1e49cd6829a55ff79d226005f2e97 /audio/festlex-cmu | |
parent | ac64fe6ac14fdf1683065506a0d1d7e03cc15349 (diff) | |
download | pkgsrc-0fb4c81ea73736b7c48e25b9ae531a486eaac995.tar.gz |
depends should be ../../<category>/<pkg>
Diffstat (limited to 'audio/festlex-cmu')
-rw-r--r-- | audio/festlex-cmu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/festlex-cmu/Makefile b/audio/festlex-cmu/Makefile index 36e8348fcf7..fc358098290 100644 --- a/audio/festlex-cmu/Makefile +++ b/audio/festlex-cmu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/02/21 06:19:12 snj Exp $ +# $NetBSD: Makefile,v 1.15 2005/07/19 10:22:32 grant Exp $ DISTNAME= festlex_CMU PKGNAME= festlex-cmu-1.4.0 @@ -10,7 +10,7 @@ MAINTAINER= proff@iq.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html COMMENT= CMU American English pronunciation dictionary for Festival -DEPENDS+= festival>=1.4.0:../festival +DEPENDS+= festival>=1.4.0:../../audio/festival WRKSRC= ${WRKDIR}/festival NO_BUILD= yes |