diff options
author | bapt <bapt@FreeBSD.org> | 2014-08-05 14:36:06 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-08-05 14:36:06 +0800 |
commit | 7c74bc20b5535fcfe36c7cc731f8e4910efccf4c (patch) | |
tree | 51f033288fcc6580e295342276492a46dcd51644 /databases/libmemcached | |
parent | cf547bc3791fb9c10ae80861e68a00fc5c432f33 (diff) | |
download | freebsd-ports-gnome-7c74bc20b5535fcfe36c7cc731f8e4910efccf4c.tar.gz freebsd-ports-gnome-7c74bc20b5535fcfe36c7cc731f8e4910efccf4c.tar.zst freebsd-ports-gnome-7c74bc20b5535fcfe36c7cc731f8e4910efccf4c.zip |
USES=execinfo
Diffstat (limited to 'databases/libmemcached')
-rw-r--r-- | databases/libmemcached/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/libmemcached/Makefile b/databases/libmemcached/Makefile index 31276fd7dfad..cd134bbd7aae 100644 --- a/databases/libmemcached/Makefile +++ b/databases/libmemcached/Makefile @@ -9,10 +9,9 @@ MASTER_SITES= http://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/ MAINTAINER= m.tsatsenko@gmail.com COMMENT= C and C++ client library to the memcached server -LIB_DEPENDS?= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ - libevent.so:${PORTSDIR}/devel/libevent2 +LIB_DEPENDS?= libevent.so:${PORTSDIR}/devel/libevent2 -USES= gmake pathfix pkgconfig perl5 libtool +USES= execinfo gmake pathfix pkgconfig perl5 libtool USE_PERL5= build USE_LDCONFIG= yes GNU_CONFIGURE= yes |