diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2019-06-13 22:14:10 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2019-06-13 22:14:10 +0000 |
commit | 42cbdd2e326b9596e30afd7adeaf15bccc4e849b (patch) | |
tree | dd2f1a52561dc812db116289e8b3567bd300bc58 | |
parent | deskutils/py-khal: Update to 0.10.1 (diff) |
Remove the .error as it is causing unintended side effects.
PR: 238045
-rw-r--r-- | devel/ccache/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index cbe48c9c7e10..5a3506b77984 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -85,12 +85,6 @@ PORTVERSION= 3.7.1 .include <bsd.port.pre.mk> -.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: ${BUILD_DEPENDS} -.endif -.endif - . if ${COMPILER_TYPE} == clang CPPFLAGS+= -DCC_IS_CLANG . elif ${COMPILER_TYPE} == gcc |