aboutsummaryrefslogtreecommitdiff
path: root/databases/memcached
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 18:08:52 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 18:08:52 +0000
commitb5482324dcf6b062151cc203cef1561f8923c859 (patch)
treeac2afa8997fbb76350bd6fad85df12e98e0b3da5 /databases/memcached
parent667b4f4d18ac09226dc683a91597de9b41837f21 (diff)
downloadports-b5482324dcf6b062151cc203cef1561f8923c859.tar.gz
ports-b5482324dcf6b062151cc203cef1561f8923c859.zip
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
Notes
Notes: svn path=/head/; revision=336187
Diffstat (limited to 'databases/memcached')
-rw-r--r--databases/memcached/Makefile4
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}