diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-02-20 02:57:04 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-02-20 02:57:04 +0000 |
commit | a9425224f10817058f5b991255cf3a7c71c0b356 (patch) | |
tree | a7fed64054defb433132b1227a0e77028e02fb2f /databases/libcouchbase | |
parent | 0035e437637bd3cb16ac0a9e3a90ab639ace3666 (diff) |
Notes
Diffstat (limited to 'databases/libcouchbase')
-rw-r--r-- | databases/libcouchbase/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/libcouchbase/Makefile b/databases/libcouchbase/Makefile index 8fe7219bfc49..591fe7924063 100644 --- a/databases/libcouchbase/Makefile +++ b/databases/libcouchbase/Makefile @@ -2,7 +2,7 @@ PORTNAME= libcouchbase DISTVERSION= 2.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://packages.couchbase.com/clients/c/ @@ -11,7 +11,7 @@ COMMENT= Multithreaded noSQL database (client and library) LICENSE= APACHE20 -LIB_DEPENDS= libevent.so:devel/libevent2 \ +LIB_DEPENDS= libevent.so:devel/libevent \ libev.so:devel/libev \ libuv.so:devel/libuv |