aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mongodb32
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-05-25 23:43:34 +0800
committermat <mat@FreeBSD.org>2016-05-25 23:43:34 +0800
commit9ec61f48def80e1a6cac88e7acc7894cc689135b (patch)
treec0750f82911803374c81b8cf05e2b96f037e2d8a /databases/mongodb32
parent03d1cb7006bd787bb7333edbfdefa0fe8486d226 (diff)
downloadfreebsd-ports-gnome-9ec61f48def80e1a6cac88e7acc7894cc689135b.tar.gz
freebsd-ports-gnome-9ec61f48def80e1a6cac88e7acc7894cc689135b.tar.zst
freebsd-ports-gnome-9ec61f48def80e1a6cac88e7acc7894cc689135b.zip
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight
Diffstat (limited to 'databases/mongodb32')
-rw-r--r--databases/mongodb32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mongodb32/Makefile b/databases/mongodb32/Makefile
index 7a669a195edf..87b1198d3dd2 100644
--- a/databases/mongodb32/Makefile
+++ b/databases/mongodb32/Makefile
@@ -61,7 +61,7 @@ IGNORE= unsupported on FreeBSD 10.1 or older
# - https://jira.mongodb.org/browse/SERVER-21217
# - https://jira.mongodb.org/browse/SERVER-22740
.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 37
-BUILD_DEPENDS+= ${LOCALBASE}/bin/clang37:${PORTSDIR}/lang/clang37
+BUILD_DEPENDS+= ${LOCALBASE}/bin/clang37:lang/clang37
CPP= ${LOCALBASE}/bin/clang-cpp37
CC= ${LOCALBASE}/bin/clang37
CXX= ${LOCALBASE}/bin/clang++37