diff options
author | pav <pav@FreeBSD.org> | 2004-10-11 22:24:53 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-10-11 22:24:53 +0000 |
commit | 3cef7ca50de8266439d7b62c4fd9f503ad08e823 (patch) | |
tree | 88a3f94fda537d754629774ee453eaee2028115a /audio/rsynth | |
parent | 0db63c9090eaa5e409eafd21bbdf7eeb8efbdf7e (diff) | |
download | FreeBSD-ports-3cef7ca50de8266439d7b62c4fd9f503ad08e823.zip FreeBSD-ports-3cef7ca50de8266439d7b62c4fd9f503ad08e823.tar.gz |
- Correct dependency: ligdbm is linked in dynamically
PR: ports/71904
Submitted by: Nicolas Rachinsky <nr@rachinsky.de>
Diffstat (limited to 'audio/rsynth')
-rw-r--r-- | audio/rsynth/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/rsynth/Makefile b/audio/rsynth/Makefile index f68cf31..d05a277 100644 --- a/audio/rsynth/Makefile +++ b/audio/rsynth/Makefile @@ -7,14 +7,15 @@ PORTNAME= rsynth PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= audio accessibility MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/ MAINTAINER= ports@FreeBSD.org COMMENT= Speech synthesizer -BUILD_DEPENDS= ${LOCALBASE}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm \ - ${X11BASE}/include/audio/audiolib.h:${PORTSDIR}/audio/nas +BUILD_DEPENDS= ${X11BASE}/include/audio/audiolib.h:${PORTSDIR}/audio/nas +LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm GNU_CONFIGURE= yes |