From b5759d5e67d868857e7951e02ab61100120f4b4c Mon Sep 17 00:00:00 2001 From: asami Date: Fri, 15 Nov 1996 05:55:23 +0000 Subject: Fix dependency, you can't just BUILD_DEPENDS on "gdbm" if it's not an executable! --- audio/rsynth/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/rsynth/Makefile') 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 -- cgit