diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2005-10-11 19:24:48 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2005-10-11 19:24:48 +0000 |
commit | 35a72c9968ad172e15d678bc2516ec2de485391d (patch) | |
tree | 7adf9577bb1f887dcc7a95c493147db91db6da79 /audio/rsynth | |
parent | f19abc38388100f891b5492fb3c1091a0ceee957 (diff) | |
download | ports-35a72c9968ad172e15d678bc2516ec2de485391d.tar.gz ports-35a72c9968ad172e15d678bc2516ec2de485391d.zip |
Notes
Diffstat (limited to 'audio/rsynth')
-rw-r--r-- | audio/rsynth/Makefile | 6 | ||||
-rw-r--r-- | audio/rsynth/pkg-plist | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/audio/rsynth/Makefile b/audio/rsynth/Makefile index d05a2778ade3..4cfd3a65cc9b 100644 --- a/audio/rsynth/Makefile +++ b/audio/rsynth/Makefile @@ -7,15 +7,15 @@ PORTNAME= rsynth PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio accessibility MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/ MAINTAINER= ports@FreeBSD.org COMMENT= Speech synthesizer -BUILD_DEPENDS= ${X11BASE}/include/audio/audiolib.h:${PORTSDIR}/audio/nas -LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm +LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm \ + audio:${PORTSDIR}/audio/nas GNU_CONFIGURE= yes diff --git a/audio/rsynth/pkg-plist b/audio/rsynth/pkg-plist index 1f5fb873142b..a272c60f932b 100644 --- a/audio/rsynth/pkg-plist +++ b/audio/rsynth/pkg-plist @@ -1,5 +1,6 @@ bin/dlookup bin/mkdictdb bin/say +bin/nasay @exec mkdir -p %D/lib/dict @dirrm lib/dict |