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 /audio | |
parent | Start 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!
Diffstat (limited to 'audio')
-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 |