1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

Unbreak build with memcached support

This commit is contained in:
Martin Matuska 2014-03-30 08:07:08 +00:00
parent e4554178ec
commit fc2e009026
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349609

View File

@ -176,7 +176,7 @@ MODULES+= mod_memcache \
mod_tls_memcache
LIB_DEPENDS+= memcached:${PORTSDIR}/databases/libmemcached
CONFIGURE_ARGS+= --enable-memcache
PROFTPD_LIBS+= -lmemcached -lmemcachedutil
PROFTPD_LIBS+= -L${LOCALBASE}/lib -lmemcached -lmemcachedutil
PLIST_SUB+= MEMCACHE=""
.else
CONFIGURE_ARGS+= --disable-memcache