svn commit: r503929 - head/devel/ccache

Bryan Drewery bdrewery at FreeBSD.org
Mon Jun 10 22:48:56 UTC 2019


Author: bdrewery
Date: Mon Jun 10 22:48:55 2019
New Revision: 503929
URL: https://svnweb.freebsd.org/changeset/ports/503929

Log:
  Add debug for BUILD_DEPENDS .error

Modified:
  head/devel/ccache/Makefile

Modified: head/devel/ccache/Makefile
==============================================================================
--- head/devel/ccache/Makefile	Mon Jun 10 22:27:07 2019	(r503928)
+++ head/devel/ccache/Makefile	Mon Jun 10 22:48:55 2019	(r503929)
@@ -87,7 +87,7 @@ PORTVERSION=	3.7.1
 
 .if defined(WITH_CCACHE_BUILD) && empty(OPTIONS_SLAVE:MMEMCACHED)
 .if !empty(BUILD_DEPENDS)
-.error MAINTAINER NOTE: Cannot have any BUILD_DEPENDS for default ccache packages
+.error MAINTAINER NOTE: Cannot have any BUILD_DEPENDS for default ccache packages: ${BUILD_DEPENDS}
 .endif
 .endif
 


More information about the svn-ports-head mailing list