aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlitestudio
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /databases/sqlitestudio
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
Notes
Diffstat (limited to 'databases/sqlitestudio')
-rw-r--r--databases/sqlitestudio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/sqlitestudio/Makefile b/databases/sqlitestudio/Makefile
index 04e8e700d849..a3e2a2eb6862 100644
--- a/databases/sqlitestudio/Makefile
+++ b/databases/sqlitestudio/Makefile
@@ -48,7 +48,7 @@ USE_LDCONFIG= yes
.if ${COMPILER_TYPE} == clang && (${COMPILER_VERSION} < 37)
# The reason for clang37 is that previous versions fail to compile with various errors
-BUILD_DEPENDS+= clang37:${PORTSDIR}/lang/clang37
+BUILD_DEPENDS+= clang37:lang/clang37
CPP= clang-cpp37
CC= clang37
CXX= clang++37