diff options
author | yuri <yuri@FreeBSD.org> | 2018-08-13 00:45:17 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-08-13 00:45:17 +0800 |
commit | 520ac3c216ae80a1c69ab2415b04d9e01e69fd13 (patch) | |
tree | 419f5a669b2a876f79995de5ce0d83dacfcf9fa5 /misc | |
parent | b0991494805f9aeb1c3ac7a20dd61544fc507eb5 (diff) | |
download | freebsd-ports-gnome-520ac3c216ae80a1c69ab2415b04d9e01e69fd13.tar.gz freebsd-ports-gnome-520ac3c216ae80a1c69ab2415b04d9e01e69fd13.tar.zst freebsd-ports-gnome-520ac3c216ae80a1c69ab2415b04d9e01e69fd13.zip |
misc/valentina: Enable ccache
It was breaking before on several occasions for other ports.
But it seems to work for 'valentina'.
Reported by: mat
Diffstat (limited to 'misc')
-rw-r--r-- | misc/valentina/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/valentina/Makefile b/misc/valentina/Makefile index 7cff1cc971a2..aa90e0d5509a 100644 --- a/misc/valentina/Makefile +++ b/misc/valentina/Makefile @@ -16,12 +16,13 @@ USES= desktop-file-utils gmake qmake qt:5 USE_QT= concurrent core gui network opengl printsupport svg widgets xml xmlpatterns buildtools_build linguisttools_build testlib_build USE_GL= gl USE_LDCONFIG= yes +WITH_CCACHE_BUILD= yes BB_ACCOUNT= dismine BB_PROJECT= ${PORTNAME} BB_COMMIT= fccfd7b0aa17 -QMAKE_ARGS= CONFIG+="no_ccache" CONFIG+="noTests" CONFIG+="noRunPath" +QMAKE_ARGS= CONFIG+="noTests" CONFIG+="noRunPath" BINARY_ALIAS= hg=/usr/bin/true WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT} |