aboutsummaryrefslogtreecommitdiff
path: root/ftp/proftpd
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2016-05-04 18:06:57 +0000
committerMartin Matuska <mm@FreeBSD.org>2016-05-04 18:06:57 +0000
commit0fa676e718433e0d5e5c0ef633d0eb8ac41f8d30 (patch)
tree3a20cad684fb719d4683c94952aeac1b7fa6ed5e /ftp/proftpd
parent2e0545d8077d37f43c1901ce41e648556587b387 (diff)
downloadports-0fa676e718433e0d5e5c0ef633d0eb8ac41f8d30.tar.gz
ports-0fa676e718433e0d5e5c0ef633d0eb8ac41f8d30.zip
Include bsd.port.options.mk
PR: ports/209199
Notes
Notes: svn path=/head/; revision=414606
Diffstat (limited to 'ftp/proftpd')
-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}