diff options
author | wiz <wiz@pkgsrc.org> | 2002-11-01 16:34:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-11-01 16:34:34 +0000 |
commit | f7538fa45d83b0fdc5ccd2edd3c69c1ccd8d5c7f (patch) | |
tree | 5bf46c240b57df1eed0497c9486dd8dd8411136a /audio/rsynth | |
parent | 389bf7aeba835f60680a6e668276e56025fa4024 (diff) | |
download | pkgsrc-f7538fa45d83b0fdc5ccd2edd3c69c1ccd8d5c7f.tar.gz |
Depend on latest gdbm and bump PKGREVISION (major bump in gdbm library).
Diffstat (limited to 'audio/rsynth')
-rw-r--r-- | audio/rsynth/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/rsynth/Makefile b/audio/rsynth/Makefile index 704128e878b..2e57f523f70 100644 --- a/audio/rsynth/Makefile +++ b/audio/rsynth/Makefile @@ -3,11 +3,12 @@ # Date created: 03 Jan 1995 # Whom: faulkner@mpd.tandem.com # -# $NetBSD: Makefile,v 1.4 2001/12/22 04:11:39 fredb Exp $ +# $NetBSD: Makefile,v 1.5 2002/11/01 16:34:34 wiz Exp $ # FreeBSD Id: Makefile,v 1.8 1996/11/15 23:14:14 obrien Exp # DISTNAME= rsynth-2.0 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/ \ ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/dictionaries/cmudict/ @@ -17,7 +18,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/FAQ-complete COMMENT= Public Domain Speech Synthesis System -DEPENDS+= gdbm>=1.8.0:../../databases/gdbm +DEPENDS+= gdbm>=1.8.3:../../databases/gdbm DEPENDS+= nas>=1.4:../../audio/nas DICT_FILES+= README cmudict.0.4.Z cmulex.0.4.Z phoneset.0.4 |