summaryrefslogtreecommitdiff
path: root/audio/rsynth
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-15 05:55:23 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-15 05:55:23 +0000
commitc8918718e256acb440454494749fe5c7e8772535 (patch)
tree7f2b9a97531a11b8eedcb8d6a63421ee138083dc /audio/rsynth
parentStart using MASTER_SITE_XCONTRIB, now that it's in the tree. (diff)
Fix dependency, you can't just BUILD_DEPENDS on "gdbm" if it's not an
executable!
Notes
Notes: svn path=/head/; revision=4464
Diffstat (limited to 'audio/rsynth')
-rw-r--r--audio/rsynth/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rsynth/Makefile b/audio/rsynth/Makefile
index c7047e1c949f..b9d7b8a5a969 100644
--- a/audio/rsynth/Makefile
+++ b/audio/rsynth/Makefile
@@ -10,7 +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
+BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:$(PORTSDIR}/databases/gdbm
EXEC_DEPENDS= auvoxware:${PORTSDIR}/audio/nas
GNU_CONFIGURE= YES