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)
This category, to be described as "of interest to disabled
users" is intended to make it simpler for users to find
software which will let them overcome a handicap. For
example, blind users may want to combine OCR and text-to-speech
software so the computer can read books to them; users with
diminished eyesight can use large fonts and "magnifiers";
paralyzed users may use speech recognition to compose text
or give commands.
PR: ports/39103
Submitted by: Trevor Johnson <trevor@jpj.net>
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:$(PORTSDIR}/databases/gdbm
Some one's gotta explain me why this doesn't fail until you do "make
clean-depends". ;)
While I'm here, fix a mungled $Id$ line.