Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 May 2016 18:06:58 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414606 - head/ftp/proftpd
Message-ID:  <201605041806.u44I6wIe072087@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mm
Date: Wed May  4 18:06:57 2016
New Revision: 414606
URL: https://svnweb.freebsd.org/changeset/ports/414606

Log:
  Include bsd.port.options.mk
  
  PR:	ports/209199

Modified:
  head/ftp/proftpd/Makefile

Modified: head/ftp/proftpd/Makefile
==============================================================================
--- head/ftp/proftpd/Makefile	Wed May  4 16:31:23 2016	(r414605)
+++ head/ftp/proftpd/Makefile	Wed May  4 18:06:57 2016	(r414606)
@@ -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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605041806.u44I6wIe072087>