aboutsummaryrefslogtreecommitdiff
path: root/misc/valentina
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-08-12 18:43:13 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-08-12 18:43:13 +0000
commit206aef35b4241f132dcec575465723e3fd2fbd5b (patch)
treea0e7e4c849b32dab90f2736bbbda8f95c123e75d /misc/valentina
parentfad1bb3589f63e013f8d061b6d49e9edc3fc4cc4 (diff)
downloadports-206aef35b4241f132dcec575465723e3fd2fbd5b.tar.gz
ports-206aef35b4241f132dcec575465723e3fd2fbd5b.zip
Unbreak
Notes
Notes: svn path=/head/; revision=477035
Diffstat (limited to 'misc/valentina')
-rw-r--r--misc/valentina/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/valentina/Makefile b/misc/valentina/Makefile
index 3509d754379f..8d4754973657 100644
--- a/misc/valentina/Makefile
+++ b/misc/valentina/Makefile
@@ -12,8 +12,6 @@ COMMENT= Sewing pattern drafting tool aiming to remake the garment industry
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE_GPL.txt
-BROKEN= fails to build
-
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
@@ -24,6 +22,9 @@ BB_PROJECT= ${PORTNAME}
BB_COMMIT= fccfd7b0aa17
QMAKE_ARGS= CONFIG+="noTests" CONFIG+="noRunPath"
+.if !defined(WITH_CCACHE_BUILD) || defined(NO_CCACHE)
+QMAKE_ARGS+= CONFIG+="no_ccache"
+.endif
BINARY_ALIAS= hg=/usr/bin/true
WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}