summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2003-11-24 17:27:12 +0000
committertrevor <trevor@FreeBSD.org>2003-11-24 17:27:12 +0000
commitb5dc2dbb9e3cc1dd8d8c2809b82475390e97c741 (patch)
tree35c0c210d2916bd854c882fd72bd2655dc404cf3
parent1b0907d21fa9cf493b0f2e9466c4775e16fd97ef (diff)
downloadFreeBSD-ports-b5dc2dbb9e3cc1dd8d8c2809b82475390e97c741.zip
FreeBSD-ports-b5dc2dbb9e3cc1dd8d8c2809b82475390e97c741.tar.gz
Fix dependencies.
Approved by: portmgr
-rw-r--r--audio/festvox-don/Makefile6
-rw-r--r--audio/festvox-kal16/Makefile6
-rw-r--r--audio/festvox-kal8/Makefile6
-rw-r--r--audio/festvox-ked16/Makefile6
-rw-r--r--audio/festvox-ked8/Makefile6
-rw-r--r--audio/festvox-rab16/Makefile6
-rw-r--r--audio/festvox-rab8/Makefile6
7 files changed, 14 insertions, 28 deletions
diff --git a/audio/festvox-don/Makefile b/audio/festvox-don/Makefile
index b052cec..f633839 100644
--- a/audio/festvox-don/Makefile
+++ b/audio/festvox-don/Makefile
@@ -19,10 +19,8 @@ MAINTAINER= trevor@FreeBSD.org
COMMENT= British English male voice for Festival speech synthesis system
RUN_DEPENDS= \
-${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:\
-${PORTSDIR}/audio/festlex-poslex \
-${LOCALBASE}/share/festival/lib/dicts/oald/oaldlex.scm:\
-${PORTSDIR}/audio/festlex-oald
+${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:${PORTSDIR}/audio/festlex-poslex \
+${LOCALBASE}/share/festival/lib/dicts/oald/oaldlex.scm:${PORTSDIR}/audio/festlex-oald
WRKSRC= ${WRKDIR}/festival
diff --git a/audio/festvox-kal16/Makefile b/audio/festvox-kal16/Makefile
index d823e12..767a214 100644
--- a/audio/festvox-kal16/Makefile
+++ b/audio/festvox-kal16/Makefile
@@ -19,10 +19,8 @@ MAINTAINER= trevor@FreeBSD.org
COMMENT= American English male voice, sampled at 16 kHz, for Festival
RUN_DEPENDS= \
-${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:\
-${PORTSDIR}/audio/festlex-poslex \
-${LOCALBASE}/share/festival/lib/dicts/cmu/cmulex.scm:\
-${PORTSDIR}/audio/festlex-cmu
+${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:${PORTSDIR}/audio/festlex-poslex \
+${LOCALBASE}/share/festival/lib/dicts/cmu/cmulex.scm:${PORTSDIR}/audio/festlex-cmu
WRKSRC= ${WRKDIR}/festival
diff --git a/audio/festvox-kal8/Makefile b/audio/festvox-kal8/Makefile
index 8b90afb..a17a156 100644
--- a/audio/festvox-kal8/Makefile
+++ b/audio/festvox-kal8/Makefile
@@ -19,10 +19,8 @@ MAINTAINER= trevor@FreeBSD.org
COMMENT= American English male voice, sampled at 8 kHz, for Festival
RUN_DEPENDS= \
-${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:\
-${PORTSDIR}/audio/festlex-poslex \
-${LOCALBASE}/share/festival/lib/dicts/cmu/cmulex.scm:\
-${PORTSDIR}/audio/festlex-cmu
+${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:${PORTSDIR}/audio/festlex-poslex \
+${LOCALBASE}/share/festival/lib/dicts/cmu/cmulex.scm:${PORTSDIR}/audio/festlex-cmu
WRKSRC= ${WRKDIR}/festival
diff --git a/audio/festvox-ked16/Makefile b/audio/festvox-ked16/Makefile
index 75b28f2..5bf6b5f 100644
--- a/audio/festvox-ked16/Makefile
+++ b/audio/festvox-ked16/Makefile
@@ -19,10 +19,8 @@ MAINTAINER= trevor@FreeBSD.org
COMMENT= American English male voice, sampled at 16 kHz, for Festival
RUN_DEPENDS= \
-${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:\
-${PORTSDIR}/audio/festlex-poslex \
-${LOCALBASE}/share/festival/lib/dicts/cmu/cmulex.scm:\
-${PORTSDIR}/audio/festlex-cmu
+${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:${PORTSDIR}/audio/festlex-poslex \
+${LOCALBASE}/share/festival/lib/dicts/cmu/cmulex.scm:${PORTSDIR}/audio/festlex-cmu
WRKSRC= ${WRKDIR}/festival
diff --git a/audio/festvox-ked8/Makefile b/audio/festvox-ked8/Makefile
index 844e626..282fa02 100644
--- a/audio/festvox-ked8/Makefile
+++ b/audio/festvox-ked8/Makefile
@@ -19,10 +19,8 @@ MAINTAINER= trevor@FreeBSD.org
COMMENT= American English male voice, sampled at 8 kHz, for Festival
RUN_DEPENDS= \
-${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:\
-${PORTSDIR}/audio/festlex-poslex \
-${LOCALBASE}/share/festival/lib/dicts/cmu/cmulex.scm:\
-${PORTSDIR}/audio/festlex-cmu
+${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:${PORTSDIR}/audio/festlex-poslex \
+${LOCALBASE}/share/festival/lib/dicts/cmu/cmulex.scm:${PORTSDIR}/audio/festlex-cmu
WRKSRC= ${WRKDIR}/festival
diff --git a/audio/festvox-rab16/Makefile b/audio/festvox-rab16/Makefile
index d4abbb5..c74d66a 100644
--- a/audio/festvox-rab16/Makefile
+++ b/audio/festvox-rab16/Makefile
@@ -19,10 +19,8 @@ MAINTAINER= trevor@FreeBSD.org
COMMENT= 16 kHz British English male voice for Festival
RUN_DEPENDS= \
-${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:\
-${PORTSDIR}/audio/festlex-poslex \
-${LOCALBASE}/share/festival/lib/dicts/oald/oaldlex.scm:\
-${PORTSDIR}/audio/festlex-oald
+${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:${PORTSDIR}/audio/festlex-poslex \
+${LOCALBASE}/share/festival/lib/dicts/oald/oaldlex.scm:${PORTSDIR}/audio/festlex-oald
WRKSRC= ${WRKDIR}/festival
diff --git a/audio/festvox-rab8/Makefile b/audio/festvox-rab8/Makefile
index e97b9d2..256b7cd 100644
--- a/audio/festvox-rab8/Makefile
+++ b/audio/festvox-rab8/Makefile
@@ -19,10 +19,8 @@ MAINTAINER= trevor@FreeBSD.org
COMMENT= British English male voice, sampled at 8 kHz, for Festival
RUN_DEPENDS= \
-${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:\
-${PORTSDIR}/audio/festlex-poslex \
-${LOCALBASE}/share/festival/lib/dicts/oald/oaldlex.scm:\
-${PORTSDIR}/audio/festlex-oald
+${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:${PORTSDIR}/audio/festlex-poslex \
+${LOCALBASE}/share/festival/lib/dicts/oald/oaldlex.scm:${PORTSDIR}/audio/festlex-oald
WRKSRC= ${WRKDIR}/festival
OpenPOWER on IntegriCloud