diff options
author | lars <lars@FreeBSD.org> | 1996-11-14 05:36:46 +0800 |
---|---|---|
committer | lars <lars@FreeBSD.org> | 1996-11-14 05:36:46 +0800 |
commit | bbbd5a2e2831e99f0ec8d34a2daf711813023c85 (patch) | |
tree | a02c55302673d9b157b211e79e50932e1adf2755 /audio | |
parent | 7a7e9caa09ca7567dcc35dc93e5eb81faf7d0395 (diff) | |
download | freebsd-ports-gnome-bbbd5a2e2831e99f0ec8d34a2daf711813023c85.tar.gz freebsd-ports-gnome-bbbd5a2e2831e99f0ec8d34a2daf711813023c85.tar.zst freebsd-ports-gnome-bbbd5a2e2831e99f0ec8d34a2daf711813023c85.zip |
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 4e0a08a4f53e..c7047e1c949f 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 |