aboutsummaryrefslogtreecommitdiffstats
path: root/audio/rsynth/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-11-15 13:55:23 +0800
committerasami <asami@FreeBSD.org>1996-11-15 13:55:23 +0800
commitb5759d5e67d868857e7951e02ab61100120f4b4c (patch)
tree2b4d7daa6791aac9ed97748766f5b541a844dfd7 /audio/rsynth/Makefile
parentfbda7300322ee22bd45ba8f290c96d6484af3112 (diff)
downloadfreebsd-ports-gnome-b5759d5e67d868857e7951e02ab61100120f4b4c.tar.gz
freebsd-ports-gnome-b5759d5e67d868857e7951e02ab61100120f4b4c.tar.zst
freebsd-ports-gnome-b5759d5e67d868857e7951e02ab61100120f4b4c.zip
Fix dependency, you can't just BUILD_DEPENDS on "gdbm" if it's not an
executable!
Diffstat (limited to 'audio/rsynth/Makefile')
-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