svn commit: r435805 - head/devel/ccache-memcached

Bryan Drewery bdrewery at FreeBSD.org
Thu Mar 9 21:57:06 UTC 2017


Author: bdrewery
Date: Thu Mar  9 21:57:04 2017
New Revision: 435805
URL: https://svnweb.freebsd.org/changeset/ports/435805

Log:
  Force WITH_CCACHE_BUILD off.

Modified:
  head/devel/ccache-memcached/Makefile

Modified: head/devel/ccache-memcached/Makefile
==============================================================================
--- head/devel/ccache-memcached/Makefile	Thu Mar  9 21:53:19 2017	(r435804)
+++ head/devel/ccache-memcached/Makefile	Thu Mar  9 21:57:04 2017	(r435805)
@@ -7,5 +7,6 @@ MASTERDIR=	${.CURDIR}/../ccache
 OPTIONS_SLAVE=	MEMCACHED
 
 CONFLICTS_INSTALL=	ccache-[0-9]*
+NOCCACHE=	yes
 
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list