diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-24 13:32:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-24 13:32:58 +0000 |
commit | b5646534525f3eb9cce485f6580fe9a473ce2ba7 (patch) | |
tree | ffddb673c48038e781d69f6c3d08ec8855ad33a5 /databases/memcacheq | |
parent | afee9d5cd365a4ef10c99ef86e5358e76a5d37f2 (diff) | |
download | ports-b5646534525f3eb9cce485f6580fe9a473ce2ba7.tar.gz ports-b5646534525f3eb9cce485f6580fe9a473ce2ba7.zip |
Notes
Diffstat (limited to 'databases/memcacheq')
-rw-r--r-- | databases/memcacheq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/memcacheq/Makefile b/databases/memcacheq/Makefile index c673033692f2..caea80a3fd27 100644 --- a/databases/memcacheq/Makefile +++ b/databases/memcacheq/Makefile @@ -14,7 +14,7 @@ COMMENT= Simple queue service over Memcache LICENSE= BSD3CLAUSE -LIB_DEPENDS= libevent-1.4.so:${PORTSDIR}/devel/libevent +LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 USE_CSTD= gnu89 CFLAGS+= -I"${BDB_INCLUDE_DIR}" |