aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/proftpd/Makefile
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2016-05-05 02:06:57 +0800
committermm <mm@FreeBSD.org>2016-05-05 02:06:57 +0800
commit2058c998c84db80861033bcdfcd0bc8821eb84a7 (patch)
tree3a20cad684fb719d4683c94952aeac1b7fa6ed5e /ftp/proftpd/Makefile
parent6941bd10978c52f445522715e329fed981f8c40f (diff)
downloadfreebsd-ports-gnome-2058c998c84db80861033bcdfcd0bc8821eb84a7.tar.gz
freebsd-ports-gnome-2058c998c84db80861033bcdfcd0bc8821eb84a7.tar.zst
freebsd-ports-gnome-2058c998c84db80861033bcdfcd0bc8821eb84a7.zip
Include bsd.port.options.mk
PR: ports/209199
Diffstat (limited to 'ftp/proftpd/Makefile')
-rw-r--r--ftp/proftpd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index e4456972b416..f76252fbcebe 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -154,6 +154,8 @@ MEMCACHE_CONFIGURE_ENABLE= memcache
MEMCACHE_VARS= MODULES+="mod_memcache mod_tls_memcache" \
LIBS+="-L${LOCALBASE}/lib -lmemcached -lmemcachedutil"
+.include <bsd.port.options.mk>
+
# Generate modules configuration string
.for m in ${MODULES}
_MODULES:=${_MODULES}:${m}