mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Fix dependency, you can't just BUILD_DEPENDS on "gdbm" if it's not an
executable!
This commit is contained in:
parent
4143782f08
commit
c8918718e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4464
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user