diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-17 21:22:49 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-17 21:22:49 +0000 |
commit | 1c10fa5613b81d62c3c4ecf611720ce449e2b3ce (patch) | |
tree | 7bdcd3aa01390e9f0d1ad1e8a0cc141f98110cc8 /audio/festvox-don | |
parent | b75c7ede3b3bb246de0012a2682741c3fc0d695b (diff) | |
download | FreeBSD-ports-1c10fa5613b81d62c3c4ecf611720ce449e2b3ce.zip FreeBSD-ports-1c10fa5613b81d62c3c4ecf611720ce449e2b3ce.tar.gz |
Use PORTSDIR and force dependencies to 80 columns (ugly, I know).
Diffstat (limited to 'audio/festvox-don')
-rw-r--r-- | audio/festvox-don/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/festvox-don/Makefile b/audio/festvox-don/Makefile index 75fb12c..b052cec 100644 --- a/audio/festvox-don/Makefile +++ b/audio/festvox-don/Makefile @@ -18,9 +18,11 @@ DIST_SUBDIR= festival MAINTAINER= trevor@FreeBSD.org COMMENT= British English male voice for Festival speech synthesis system -RUN_DEPENDS= festival:${.CURDIR}/../festival \ - ${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:${.CURDIR}/../festlex-poslex \ - ${LOCALBASE}/share/festival/lib/dicts/oald/oaldlex.scm:${.CURDIR}/../festlex-oald +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 WRKSRC= ${WRKDIR}/festival |