From 0fb4c81ea73736b7c48e25b9ae531a486eaac995 Mon Sep 17 00:00:00 2001 From: grant Date: Tue, 19 Jul 2005 10:22:32 +0000 Subject: depends should be ../..// --- audio/festlex-cmu/Makefile | 4 ++-- audio/festlex-oald/Makefile | 4 ++-- audio/festlex-ogi/Makefile | 6 +++--- audio/festlex-poslex/Makefile | 4 ++-- audio/festogi-spanish/Makefile | 4 ++-- audio/festvox-abc/Makefile | 8 ++++---- audio/festvox-aec/Makefile | 6 +++--- audio/festvox-don/Makefile | 8 ++++---- audio/festvox-el11/Makefile | 4 ++-- audio/festvox-en1/Makefile | 12 ++++++------ audio/festvox-hvs/Makefile | 8 ++++---- audio/festvox-jph/Makefile | 6 +++--- audio/festvox-kal16/Makefile | 8 ++++---- audio/festvox-kal8/Makefile | 8 ++++---- audio/festvox-ked16/Makefile | 8 ++++---- audio/festvox-ked8/Makefile | 8 ++++---- audio/festvox-mwm/Makefile | 6 +++--- audio/festvox-ogirab/Makefile | 6 +++--- audio/festvox-rab16/Makefile | 8 ++++---- audio/festvox-rab8/Makefile | 8 ++++---- audio/festvox-tll/Makefile | 6 +++--- audio/festvox-us1/Makefile | 12 ++++++------ audio/festvox-us2/Makefile | 12 ++++++------ audio/festvox-us3/Makefile | 12 ++++++------ audio/gqmpeg-skins/Makefile | 4 ++-- audio/mbrolavox-en1/Makefile | 4 ++-- audio/mbrolavox-us1/Makefile | 4 ++-- audio/mbrolavox-us3/Makefile | 4 ++-- audio/mp3to/Makefile | 8 ++++---- emulators/netbsd32_compat14/Makefile | 6 +++--- emulators/suse91_slang/Makefile | 4 ++-- emulators/suse_devel/Makefile | 4 ++-- emulators/suse_fileutils/Makefile | 4 ++-- emulators/suse_freetype2/Makefile | 4 ++-- emulators/suse_linux/Makefile | 18 +++++++++--------- emulators/suse_slang/Makefile | 4 ++-- 36 files changed, 122 insertions(+), 122 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 diff --git a/audio/festlex-oald/Makefile b/audio/festlex-oald/Makefile index 4e1cb2d46f4..793c9e5d148 100644 --- a/audio/festlex-oald/Makefile +++ b/audio/festlex-oald/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/02/21 06:20:11 snj Exp $ +# $NetBSD: Makefile,v 1.15 2005/07/19 10:22:32 grant Exp $ DISTNAME= festlex_OALD PKGNAME= festlex-oald-1.4.0 @@ -10,7 +10,7 @@ MAINTAINER= proff@iq.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html COMMENT= Oxford Advanced Learner's pronunciation dictionary for Festival -DEPENDS+= festival>=1.4.0:../festival +DEPENDS+= festival>=1.4.0:../../audio/festival LICENSE= no-commercial-use 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 diff --git a/audio/festlex-poslex/Makefile b/audio/festlex-poslex/Makefile index e0effee10be..dacd8427309 100644 --- a/audio/festlex-poslex/Makefile +++ b/audio/festlex-poslex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/01/20 12:07:41 agc Exp $ +# $NetBSD: Makefile,v 1.14 2005/07/19 10:22:32 grant Exp $ DISTNAME= festlex_POSLEX PKGNAME= festlex-poslex-1.4.0 @@ -10,7 +10,7 @@ MAINTAINER= proff@iq.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html COMMENT= English lexicon suitable for use with Festival -DEPENDS+= festival>=1.4.0:../festival +DEPENDS+= festival>=1.4.0:../../audio/festival WRKSRC= ${WRKDIR}/festival NO_BUILD= yes diff --git a/audio/festogi-spanish/Makefile b/audio/festogi-spanish/Makefile index a08b08b9e7a..9e16d5811ed 100644 --- a/audio/festogi-spanish/Makefile +++ b/audio/festogi-spanish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/01/20 12:07:42 agc Exp $ +# $NetBSD: Makefile,v 1.14 2005/07/19 10:22:32 grant Exp $ DISTNAME= OGIspanish-2.0.1 PKGNAME= festogi-spanish-2.0.1 @@ -9,7 +9,7 @@ MAINTAINER= proff@iq.org HOMEPAGE= http://cslu.cse.ogi.edu/tts/ COMMENT= Festival Spanish (Mexican) language support routines (in scheme) -DEPENDS+= festival>=1.4.0:../festival +DEPENDS+= festival>=1.4.0:../../audio/festival LICENSE= no-commercial-use diff --git a/audio/festvox-abc/Makefile b/audio/festvox-abc/Makefile index 1c67c350102..e95f4ac3e4a 100644 --- a/audio/festvox-abc/Makefile +++ b/audio/festvox-abc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/01/27 00:53:12 heinz Exp $ +# $NetBSD: Makefile,v 1.18 2005/07/19 10:22:32 grant Exp $ DISTNAME= voice_abc_di-2.0 PKGNAME= festvox-abc-2.0 @@ -9,9 +9,9 @@ MAINTAINER= proff@iq.org HOMEPAGE= http://cslu.cse.ogi.edu/tts/ COMMENT= Mexican Spanish male voice for the festival speech synthesis system -DEPENDS+= festival>=1.4.0:../festival -DEPENDS+= festlex-ogi>=2.0:../festlex-ogi -DEPENDS+= festogi-spanish>=2.0:../festogi-spanish +DEPENDS+= festival>=1.4.0:../../audio/festival +DEPENDS+= festlex-ogi>=2.0:../../audio/festlex-ogi +DEPENDS+= festogi-spanish>=2.0:../../audio/festogi-spanish LICENSE= no-commercial-use 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 diff --git a/audio/festvox-don/Makefile b/audio/festvox-don/Makefile index 2254af463b4..f6bd18cdf9b 100644 --- a/audio/festvox-don/Makefile +++ b/audio/festvox-don/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_don PKGNAME= festvox-don-1.4.0 @@ -10,9 +10,9 @@ MAINTAINER= proff@iq.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html COMMENT= British English male voice for the festival speech synthesis system -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 WRKSRC= ${WRKDIR}/festival NO_BUILD= yes diff --git a/audio/festvox-el11/Makefile b/audio/festvox-el11/Makefile index 37b2e26e620..e0de191c71c 100644 --- a/audio/festvox-el11/Makefile +++ b/audio/festvox-el11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/01/20 12:07:42 agc Exp $ +# $NetBSD: Makefile,v 1.14 2005/07/19 10:22:33 grant Exp $ DISTNAME= festvox_ellpc11k PKGNAME= festvox-el11-1.4.0 @@ -10,7 +10,7 @@ MAINTAINER= proff@iq.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html COMMENT= Castilian Spanish male voice for the festival speech synthesis system -DEPENDS+= festival>=1.4.1:../festival +DEPENDS+= festival>=1.4.1:../../audio/festival LICENSE= no-commercial-use diff --git a/audio/festvox-en1/Makefile b/audio/festvox-en1/Makefile index 83ca9dbea7a..4613520ecf8 100644 --- a/audio/festvox-en1/Makefile +++ b/audio/festvox-en1/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_en1 PKGNAME= festvox-en1-1.4.0 @@ -10,11 +10,11 @@ MAINTAINER= proff@iq.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html COMMENT= MBROLA based 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+= mbrola-301h:../mbrola -DEPENDS+= mbrolavox-en1-980910:../mbrolavox-en1 +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 +DEPENDS+= mbrola-301h:../../audio/mbrola +DEPENDS+= mbrolavox-en1-980910:../../audio/mbrolavox-en1 LICENSE= no-commercial-use diff --git a/audio/festvox-hvs/Makefile b/audio/festvox-hvs/Makefile index 417a76b1b85..83a3d7a4a88 100644 --- a/audio/festvox-hvs/Makefile +++ b/audio/festvox-hvs/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= voice_hvs_di-2.0 PKGNAME= festvox-hvs-2.0 @@ -9,9 +9,9 @@ MAINTAINER= proff@iq.org HOMEPAGE= http://cslu.cse.ogi.edu/tts/ COMMENT= Mexican Spanish female voice for the festival -DEPENDS+= festival>=1.4.0:../festival -DEPENDS+= festlex-ogi>=2.0:../festlex-ogi -DEPENDS+= festogi-spanish>=2.0:../festogi-spanish +DEPENDS+= festival>=1.4.0:../../audio/festival +DEPENDS+= festlex-ogi>=2.0:../../audio/festlex-ogi +DEPENDS+= festogi-spanish>=2.0:../../audio/festogi-spanish LICENSE= no-commercial-use diff --git a/audio/festvox-jph/Makefile b/audio/festvox-jph/Makefile index 5ef363632bd..479e2de00d3 100644 --- a/audio/festvox-jph/Makefile +++ b/audio/festvox-jph/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= voice_jph_di-2.0 PKGNAME= festvox-jph-2.0 @@ -9,8 +9,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 diff --git a/audio/festvox-kal16/Makefile b/audio/festvox-kal16/Makefile index c084374fec9..2b1e9320823 100644 --- a/audio/festvox-kal16/Makefile +++ b/audio/festvox-kal16/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_kallpc16k PKGNAME= festvox-kal16-1.4.0 @@ -10,9 +10,9 @@ MAINTAINER= proff@iq.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html COMMENT= 16khz 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+= festival>=1.4.0:../../audio/festival +DEPENDS+= festlex-poslex>=1.4.0:../../audio/festlex-poslex +DEPENDS+= festlex-cmu>=1.4.0:../../audio/festlex-cmu CONFLICTS= festvox-kal8-[0-9]* diff --git a/audio/festvox-kal8/Makefile b/audio/festvox-kal8/Makefile index e381aa65cc0..8c7ed2b88fc 100644 --- a/audio/festvox-kal8/Makefile +++ b/audio/festvox-kal8/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/01/20 12:07:42 agc Exp $ +# $NetBSD: Makefile,v 1.19 2005/07/19 10:22:33 grant Exp $ DISTNAME= festvox_kallpc8k PKGNAME= festvox-kal8-1.4.0 @@ -10,9 +10,9 @@ MAINTAINER= proff@iq.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html COMMENT= 8khz 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+= festival>=1.4.0:../../audio/festival +DEPENDS+= festlex-poslex>=1.4.0:../../audio/festlex-poslex +DEPENDS+= festlex-cmu>=1.4.0:../../audio/festlex-cmu CONFLICTS= festvox-kal16-[0-9]* diff --git a/audio/festvox-ked16/Makefile b/audio/festvox-ked16/Makefile index f820bae9e88..c1784931a80 100644 --- a/audio/festvox-ked16/Makefile +++ b/audio/festvox-ked16/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_kedlpc16k PKGNAME= festvox-ked16-1.4.0 @@ -10,9 +10,9 @@ MAINTAINER= proff@iq.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html COMMENT= 16khz 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+= festival>=1.4.0:../../audio/festival +DEPENDS+= festlex-poslex>=1.4.0:../../audio/festlex-poslex +DEPENDS+= festlex-cmu>=1.4.0:../../audio/festlex-cmu CONFLICTS= festvox-ked8-[0-9]* diff --git a/audio/festvox-ked8/Makefile b/audio/festvox-ked8/Makefile index baa88700868..7de40d0deb2 100644 --- a/audio/festvox-ked8/Makefile +++ b/audio/festvox-ked8/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/01/20 12:07:42 agc Exp $ +# $NetBSD: Makefile,v 1.20 2005/07/19 10:22:33 grant Exp $ DISTNAME= festvox_kedlpc8k PKGNAME= festvox-ked8-1.4.0 @@ -10,9 +10,9 @@ MAINTAINER= proff@iq.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html COMMENT= 8khz 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+= festival>=1.4.0:../../audio/festival +DEPENDS+= festlex-poslex>=1.4.0:../../audio/festlex-poslex +DEPENDS+= festlex-cmu>=1.4.0:../../audio/festlex-cmu CONFLICTS= festvox-ked16-[0-9]* diff --git a/audio/festvox-mwm/Makefile b/audio/festvox-mwm/Makefile index 90bb0c3f7b8..8d3c2f207b7 100644 --- a/audio/festvox-mwm/Makefile +++ b/audio/festvox-mwm/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= voice_mwm_di-2.0 PKGNAME= festvox-mwm-2.0 @@ -9,8 +9,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 diff --git a/audio/festvox-ogirab/Makefile b/audio/festvox-ogirab/Makefile index fae1e62d0f3..154617e992c 100644 --- a/audio/festvox-ogirab/Makefile +++ b/audio/festvox-ogirab/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= voice_ogirab_di-2.0 PKGNAME= festvox-ogirab-2.0 @@ -9,8 +9,8 @@ MAINTAINER= proff@iq.org HOMEPAGE= http://cslu.cse.ogi.edu/tts/ COMMENT= British 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 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]* diff --git a/audio/festvox-rab8/Makefile b/audio/festvox-rab8/Makefile index 219971bb6fb..5c1967f0934 100644 --- a/audio/festvox-rab8/Makefile +++ b/audio/festvox-rab8/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/01/20 12:07:42 agc Exp $ +# $NetBSD: Makefile,v 1.20 2005/07/19 10:22:33 grant Exp $ DISTNAME= festvox_rablpc8k PKGNAME= festvox-rab8-1.4.0 @@ -10,9 +10,9 @@ MAINTAINER= proff@iq.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html COMMENT= 6khz British English male voice for the 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-rab16-[0-9]* diff --git a/audio/festvox-tll/Makefile b/audio/festvox-tll/Makefile index b00148a71ff..b576b54c0d3 100644 --- a/audio/festvox-tll/Makefile +++ b/audio/festvox-tll/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= voice_tll_di-2.0 PKGNAME= festvox-tll-2.0 @@ -9,8 +9,8 @@ MAINTAINER= proff@iq.org HOMEPAGE= http://cslu.cse.ogi.edu/tts/ COMMENT= American English female 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 diff --git a/audio/festvox-us1/Makefile b/audio/festvox-us1/Makefile index 943b65c1d51..f5a8ff6ff6c 100644 --- a/audio/festvox-us1/Makefile +++ b/audio/festvox-us1/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_us1 PKGNAME= festvox-us1-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 female 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-us1-980512:../mbrolavox-us1 +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-us1-980512:../../audio/mbrolavox-us1 LICENSE= no-commercial-use diff --git a/audio/festvox-us2/Makefile b/audio/festvox-us2/Makefile index fc5c846b208..15647f3c59a 100644 --- a/audio/festvox-us2/Makefile +++ b/audio/festvox-us2/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_us2 PKGNAME= festvox-us2-1.4.0 @@ -10,11 +10,11 @@ MAINTAINER= proff@iq.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html COMMENT= MBROLA based Americal 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-us2-980812:../mbrolavox-us2 +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-us2-980812:../../audio/mbrolavox-us2 LICENSE= no-commercial-use 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 diff --git a/audio/gqmpeg-skins/Makefile b/audio/gqmpeg-skins/Makefile index b4edf2194dd..cefc0e7ebf5 100644 --- a/audio/gqmpeg-skins/Makefile +++ b/audio/gqmpeg-skins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/07/15 18:27:48 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/07/19 10:22:33 grant Exp $ DISTNAME= gqmpeg-skins-20030712 PKGREVISION= 3 @@ -78,7 +78,7 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://gqmpeg.sourceforge.net/ COMMENT= Skins for gqmpeg -DEPENDS+= gqmpeg-[0-9]*:../gqmpeg +DEPENDS+= gqmpeg-[0-9]*:../../audio/gqmpeg DIST_SUBDIR= gqmpeg-skins WRKSRC= ${WRKDIR}/Makefile PLIST distinfo diff --git a/audio/mbrolavox-en1/Makefile b/audio/mbrolavox-en1/Makefile index ed68e8c4108..a36b69dac6d 100644 --- a/audio/mbrolavox-en1/Makefile +++ b/audio/mbrolavox-en1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/01/20 12:07:42 agc Exp $ +# $NetBSD: Makefile,v 1.16 2005/07/19 10:22:33 grant Exp $ DISTNAME= en1-980910 PKGNAME= mbrolavox-en1-980910 @@ -11,7 +11,7 @@ MAINTAINER= proff@iq.org HOMEPAGE= http://www.festvox.org/mbrola/ COMMENT= British English male voice for MBROLA -DEPENDS+= mbrola-301h:../mbrola +DEPENDS+= mbrola-301h:../../audio/mbrola LICENSE= no-commercial-use diff --git a/audio/mbrolavox-us1/Makefile b/audio/mbrolavox-us1/Makefile index cd06fe4fa6d..aa0d83aa5c1 100644 --- a/audio/mbrolavox-us1/Makefile +++ b/audio/mbrolavox-us1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/01/20 12:07:43 agc Exp $ +# $NetBSD: Makefile,v 1.13 2005/07/19 10:22:33 grant Exp $ DISTNAME= us1-980512 PKGNAME= mbrolavox-us1-980512 @@ -11,7 +11,7 @@ MAINTAINER= proff@iq.org HOMEPAGE= http://www.festvox.org/mbrola/ COMMENT= American English female voice for MBROLA -DEPENDS+= mbrola-301h:../mbrola +DEPENDS+= mbrola-301h:../../audio/mbrola LICENSE= no-commercial-use diff --git a/audio/mbrolavox-us3/Makefile b/audio/mbrolavox-us3/Makefile index e01199e03aa..922c842d2c1 100644 --- a/audio/mbrolavox-us3/Makefile +++ b/audio/mbrolavox-us3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/20 12:07:43 agc Exp $ +# $NetBSD: Makefile,v 1.12 2005/07/19 10:22:33 grant Exp $ DISTNAME= us3-990208 PKGNAME= mbrolavox-${DISTNAME} @@ -11,7 +11,7 @@ MAINTAINER= proff@iq.org HOMEPAGE= http://www.festvox.org/mbrola/ COMMENT= American English male voice for MBROLA -DEPENDS+= mbrola-301h:../mbrola +DEPENDS+= mbrola-301h:../../audio/mbrola LICENSE= no-commercial-use diff --git a/audio/mp3to/Makefile b/audio/mp3to/Makefile index 309f04dd7b4..0e3878855f3 100644 --- a/audio/mp3to/Makefile +++ b/audio/mp3to/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:39 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/07/19 10:22:34 grant Exp $ DISTNAME= mp3to PKGNAME= ${DISTNAME}-1.0.1 @@ -11,9 +11,9 @@ COMMENT= Convert MP3 files to various other audio formats NO_SRC_ON_FTP= "already in MASTER_SITE_LOCAL" -DEPENDS+= mpg123-[0-9]*:../mpg123 -DEPENDS+= gmp3info>=0.8.2:../gmp3info -DEPENDS+= sox>=12.17.1:../sox +DEPENDS+= mpg123-[0-9]*:../../audio/mpg123 +DEPENDS+= gmp3info>=0.8.2:../../audio/gmp3info +DEPENDS+= sox>=12.17.1:../../audio/sox NO_BUILD= YES diff --git a/emulators/netbsd32_compat14/Makefile b/emulators/netbsd32_compat14/Makefile index 3e52059f648..b8f7fef7dbb 100644 --- a/emulators/netbsd32_compat14/Makefile +++ b/emulators/netbsd32_compat14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/03/23 10:56:47 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2005/07/19 10:23:42 grant Exp $ # DISTNAME= compat14-${MACHINE32_ARCH}-${VERSION} @@ -15,10 +15,10 @@ PKGREVISION= 1 .if ${MACHINE_ARCH} == "sparc64" MACHINE32_ARCH= sparc -DEPENDS+= netbsd32_compat15>=1.0:../netbsd32_compat15 +DEPENDS+= netbsd32_compat15>=1.0:../../emulators/netbsd32_compat15 .elif ${MACHINE_ARCH} == "x86_64" MACHINE32_ARCH= i386 -DEPENDS+= netbsd32_compat16>=1.0:../netbsd32_compat16 +DEPENDS+= netbsd32_compat16>=1.0:../../emulators/netbsd32_compat16 .else MACHINE32_ARCH= ${MACHINE_ARCH} .endif diff --git a/emulators/suse91_slang/Makefile b/emulators/suse91_slang/Makefile index 3cf5daccf93..d23aa68a9a5 100644 --- a/emulators/suse91_slang/Makefile +++ b/emulators/suse91_slang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:45 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/07/19 10:23:42 grant Exp $ DISTNAME= suse_slang-${SUSE_VERSION} CATEGORIES= emulators @@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for slang library -DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse_base ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc FreeBSD-*-i386 diff --git a/emulators/suse_devel/Makefile b/emulators/suse_devel/Makefile index 27dc2b7930b..b02aa394380 100644 --- a/emulators/suse_devel/Makefile +++ b/emulators/suse_devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/04/11 21:45:45 tv Exp $ +# $NetBSD: Makefile,v 1.23 2005/07/19 10:23:42 grant Exp $ DISTNAME= suse_devel-${SUSE_VERSION} CATEGORIES= emulators @@ -13,7 +13,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package - development tools -DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse_base ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc FreeBSD-*-i386 diff --git a/emulators/suse_fileutils/Makefile b/emulators/suse_fileutils/Makefile index 1a59e811318..fb940f99d34 100644 --- a/emulators/suse_fileutils/Makefile +++ b/emulators/suse_fileutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/10/02 14:25:39 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2005/07/19 10:23:42 grant Exp $ DISTNAME= suse_fileutils-${SUSE_VERSION} CATEGORIES= emulators @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package - fileutils -DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse_base ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc diff --git a/emulators/suse_freetype2/Makefile b/emulators/suse_freetype2/Makefile index a8edbe32611..433a8da33b0 100644 --- a/emulators/suse_freetype2/Makefile +++ b/emulators/suse_freetype2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/04/11 21:45:45 tv Exp $ +# $NetBSD: Makefile,v 1.9 2005/07/19 10:23:42 grant Exp $ DISTNAME= freetype2 PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} @@ -12,7 +12,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for the FreeType2 library -DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse_base ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc FreeBSD-*-i386 diff --git a/emulators/suse_linux/Makefile b/emulators/suse_linux/Makefile index 5618a52a6c2..4c4bf013f76 100644 --- a/emulators/suse_linux/Makefile +++ b/emulators/suse_linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2005/04/11 21:45:45 tv Exp $ +# $NetBSD: Makefile,v 1.29 2005/07/19 10:23:42 grant Exp $ DISTNAME= suse_linux-7.3 CATEGORIES= emulators @@ -9,17 +9,17 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package collection -DEPENDS+= suse_audio>=7.3:../suse_audio -DEPENDS+= suse_libjpeg>=7.3:../suse_libjpeg -DEPENDS+= suse_libpng>=7.3:../suse_libpng -DEPENDS+= suse_libtiff>=7.3:../suse_libtiff -DEPENDS+= suse_glx>=7.3:../suse_glx -DEPENDS+= suse_gtk>=7.3:../suse_gtk -DEPENDS+= suse_xforms>=7.3:../suse_xforms +DEPENDS+= suse_audio>=7.3:../../emulators/suse_audio +DEPENDS+= suse_libjpeg>=7.3:../../emulators/suse_libjpeg +DEPENDS+= suse_libpng>=7.3:../../emulators/suse_libpng +DEPENDS+= suse_libtiff>=7.3:../../emulators/suse_libtiff +DEPENDS+= suse_glx>=7.3:../../emulators/suse_glx +DEPENDS+= suse_gtk>=7.3:../../emulators/suse_gtk +DEPENDS+= suse_xforms>=7.3:../../emulators/suse_xforms .include "../../emulators/suse_linux/arch.mk" .if ${SUSE_ARCH} == i386 -DEPENDS+= suse_libc5>=7.3:../suse_libc5 +DEPENDS+= suse_libc5>=7.3:../../emulators/suse_libc5 .endif ONLY_FOR_PLATFORM= NetBSD-1.5Z[C-Z]-i386 NetBSD-1.6*-i386 \ diff --git a/emulators/suse_slang/Makefile b/emulators/suse_slang/Makefile index 0e4dfcfbc42..0ef4402f6cb 100644 --- a/emulators/suse_slang/Makefile +++ b/emulators/suse_slang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/04/11 21:45:45 tv Exp $ +# $NetBSD: Makefile,v 1.9 2005/07/19 10:23:42 grant Exp $ DISTNAME= slang PKGREVISION= 1 @@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for slang library -DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse_base ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc FreeBSD-*-i386 -- cgit v1.2.3