mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add libevent to dependency list.
Submitted by: QAT
This commit is contained in:
parent
b3098fb75b
commit
ff3a2cb3bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252275
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ MAINTAINER= qingfeng@me.com
|
|||
COMMENT= Yet anonther distributed key-value storage system from Douban Inc
|
||||
|
||||
BUILD_DEPENDS= tokyocabinet>=1.4.30:${PORTSDIR}/databases/tokyocabinet
|
||||
LIB_DEPENDS= tokyocabinet:${PORTSDIR}/databases/tokyocabinet
|
||||
LIB_DEPENDS= tokyocabinet:${PORTSDIR}/databases/tokyocabinet \
|
||||
event-1.4:${PORTSDIR}/devel/libevent
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue