diff options
author | lars <lars@FreeBSD.org> | 1996-11-13 21:36:46 +0000 |
---|---|---|
committer | lars <lars@FreeBSD.org> | 1996-11-13 21:36:46 +0000 |
commit | bbbd5a2e2831e99f0ec8d34a2daf711813023c85 (patch) | |
tree | a02c55302673d9b157b211e79e50932e1adf2755 /audio | |
parent | 7a7e9caa09ca7567dcc35dc93e5eb81faf7d0395 (diff) | |
download | FreeBSD-ports-bbbd5a2e2831e99f0ec8d34a2daf711813023c85.zip FreeBSD-ports-bbbd5a2e2831e99f0ec8d34a2daf711813023c85.tar.gz |
fixed compile dependency on gdbm
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rsynth/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/rsynth/Makefile b/audio/rsynth/Makefile index 4e0a08a..c7047e1 100644 --- a/audio/rsynth/Makefile +++ b/audio/rsynth/Makefile @@ -10,6 +10,7 @@ DISTNAME= rsynth-2.0 CATEGORIES= audio MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/ +BUILD_DEPENDS= gdbm:$(PORTSDIR}/databases/gdbm EXEC_DEPENDS= auvoxware:${PORTSDIR}/audio/nas GNU_CONFIGURE= YES |