diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 18:08:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 18:08:52 +0000 |
commit | b5482324dcf6b062151cc203cef1561f8923c859 (patch) | |
tree | ac2afa8997fbb76350bd6fad85df12e98e0b3da5 /databases/memcached/Makefile | |
parent | 667b4f4d18ac09226dc683a91597de9b41837f21 (diff) | |
download | ports-b5482324dcf6b062151cc203cef1561f8923c859.tar.gz ports-b5482324dcf6b062151cc203cef1561f8923c859.zip |
Notes
Diffstat (limited to 'databases/memcached/Makefile')
-rw-r--r-- | databases/memcached/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile index aab8f6297258..6c3f8c02c299 100644 --- a/databases/memcached/Makefile +++ b/databases/memcached/Makefile @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= distfiles MAINTAINER= swills@FreeBSD.org COMMENT= High-performance distributed memory object cache system -LIB_DEPENDS= event-1:${PORTSDIR}/devel/libevent +LIB_DEPENDS= libevent-1.so:${PORTSDIR}/devel/libevent TEST_DEPENDS= prove:${PORTSDIR}/lang/${PERL_PORT} \ git:${PORTSDIR}/devel/git @@ -68,7 +68,7 @@ CONFIGURE_ARGS+= --enable-replication .endif .if ${PORT_OPTIONS:MSASL} && !defined(WITHOUT_SASL) -LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 CONFIGURE_ARGS+= --enable-sasl CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= ${CFLAGS} |