diff options
author | mi <mi@FreeBSD.org> | 2005-10-12 03:24:48 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2005-10-12 03:24:48 +0800 |
commit | 0e2d41016d4996571031a890e8012a7267e5dd0a (patch) | |
tree | 2d6860d929f18e559eebb74b76ac2449e37492ee /audio/rsynth | |
parent | 75fe030c17d44513ad3162bb2035c632e649d010 (diff) | |
download | freebsd-ports-gnome-0e2d41016d4996571031a890e8012a7267e5dd0a.tar.gz freebsd-ports-gnome-0e2d41016d4996571031a890e8012a7267e5dd0a.tar.zst freebsd-ports-gnome-0e2d41016d4996571031a890e8012a7267e5dd0a.zip |
For over five years this port was depending on audio/nas without
actually using it, because the nas' libaudio was not linked right.
Now that nas is built better, this port's configure find -laudio to be
usable and builds/installs the `nasay' executable (in addition to the
regular `say').
Put `bin/nasay' back into pkg-plist and changes the bogus
build-dependency on audiolib.h to lib-dependency on audio.
While here, remove the explicit requirement for a particular version of
-lgdbm. Rsynth' last release was in 1994 -- whatever libgdbm happens to
be on a FreeBSD system _today_ is going to be just fine.
Bump PORTREVISION.
Notified by: pointyhat (via kris)
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 |