Add libevent to dependency list.

Submitted by:	QAT
This commit is contained in:
Xin LI 2010-04-05 22:10:19 +00:00
parent b3098fb75b
commit ff3a2cb3bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252275

View file

@ -14,7 +14,8 @@ MAINTAINER= qingfeng@me.com
COMMENT= Yet anonther distributed key-value storage system from Douban Inc COMMENT= Yet anonther distributed key-value storage system from Douban Inc
BUILD_DEPENDS= tokyocabinet>=1.4.30:${PORTSDIR}/databases/tokyocabinet 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 GNU_CONFIGURE= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes