mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
- Correct dependency: ligdbm is linked in dynamically
PR: ports/71904 Submitted by: Nicolas Rachinsky <nr@rachinsky.de>
This commit is contained in:
parent
05fed91610
commit
f4c0069344
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118624
1 changed files with 3 additions and 2 deletions
|
@ -7,14 +7,15 @@
|
||||||
|
|
||||||
PORTNAME= rsynth
|
PORTNAME= rsynth
|
||||||
PORTVERSION= 2.0
|
PORTVERSION= 2.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= audio accessibility
|
CATEGORIES= audio accessibility
|
||||||
MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/
|
MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Speech synthesizer
|
COMMENT= Speech synthesizer
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm \
|
BUILD_DEPENDS= ${X11BASE}/include/audio/audiolib.h:${PORTSDIR}/audio/nas
|
||||||
${X11BASE}/include/audio/audiolib.h:${PORTSDIR}/audio/nas
|
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue