diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-17 21:22:49 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-17 21:22:49 +0000 |
commit | c44b64045e28456a075a7d47475366da3a53f25a (patch) | |
tree | e3494b0cc44c5096a8d157255f40a186c1a6f2a0 /audio/festvox-kal16 | |
parent | 4f21abd357c77bfb06313ffcdbe3c57fefbe170b (diff) | |
download | ports-c44b64045e28456a075a7d47475366da3a53f25a.tar.gz ports-c44b64045e28456a075a7d47475366da3a53f25a.zip |
Use PORTSDIR and force dependencies to 80 columns (ugly, I know).
Notes
Notes:
svn path=/head/; revision=94201
Diffstat (limited to 'audio/festvox-kal16')
-rw-r--r-- | audio/festvox-kal16/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/festvox-kal16/Makefile b/audio/festvox-kal16/Makefile index f37909b0ba39..d823e122157b 100644 --- a/audio/festvox-kal16/Makefile +++ b/audio/festvox-kal16/Makefile @@ -18,9 +18,11 @@ DIST_SUBDIR= festival MAINTAINER= trevor@FreeBSD.org COMMENT= American English male voice, sampled at 16 kHz, for Festival -RUN_DEPENDS= festival:${.CURDIR}/../festival \ - ${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:${.CURDIR}/../festlex-poslex \ - ${LOCALBASE}/share/festival/lib/dicts/cmu/cmulex.scm:${.CURDIR}/../festlex-cmu +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 WRKSRC= ${WRKDIR}/festival |