aboutsummaryrefslogtreecommitdiff
path: root/ftp/proftpd
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2014-03-30 08:07:08 +0000
committerMartin Matuska <mm@FreeBSD.org>2014-03-30 08:07:08 +0000
commitfc2e009026061ec082f52819bd5a8a614345fada (patch)
treecb9b21c90bd1ca64f403ca987afad94a0626fca2 /ftp/proftpd
parente4554178ec7817f85270265b50ecb1742c5538a5 (diff)
downloadports-fc2e009026061ec082f52819bd5a8a614345fada.tar.gz
ports-fc2e009026061ec082f52819bd5a8a614345fada.zip
Unbreak build with memcached support
Notes
Notes: svn path=/head/; revision=349609
Diffstat (limited to 'ftp/proftpd')
-rw-r--r--ftp/proftpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index 7a61eb97fd43..4620f47010a0 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -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