diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-15 05:55:23 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-15 05:55:23 +0000 |
commit | c8918718e256acb440454494749fe5c7e8772535 (patch) | |
tree | 7f2b9a97531a11b8eedcb8d6a63421ee138083dc | |
parent | 4143782f08799f6819a985230c219d97c6f1f820 (diff) | |
download | ports-c8918718e256acb440454494749fe5c7e8772535.tar.gz ports-c8918718e256acb440454494749fe5c7e8772535.zip |
Notes
-rw-r--r-- | audio/rsynth/Makefile | 2 |
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 |