aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mongodb32
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 22:00:51 +0800
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 22:00:51 +0800
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /databases/mongodb32
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadfreebsd-ports-gnome-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
freebsd-ports-gnome-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.zst
freebsd-ports-gnome-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'databases/mongodb32')
-rw-r--r--databases/mongodb32/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/databases/mongodb32/Makefile b/databases/mongodb32/Makefile
index f96aa6bcd182..9952f1480a09 100644
--- a/databases/mongodb32/Makefile
+++ b/databases/mongodb32/Makefile
@@ -20,11 +20,11 @@ LICENSE_COMB= multi
# Bugs when compiled with < Clang 3.7
# - https://jira.mongodb.org/browse/SERVER-21217
# - https://jira.mongodb.org/browse/SERVER-22740
-BUILD_DEPENDS= ${LOCALBASE}/bin/clang37:${PORTSDIR}/lang/clang37
-LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \
- libsnappy.so:${PORTSDIR}/archivers/snappy
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:${PORTSDIR}/devel/py-yaml \
- ${PYTHON_PKGNAMEPREFIX}pymongo>=3.0:${PORTSDIR}/databases/pymongo
+BUILD_DEPENDS= ${LOCALBASE}/bin/clang37:lang/clang37
+LIB_DEPENDS= libpcre.so:devel/pcre \
+ libsnappy.so:archivers/snappy
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml \
+ ${PYTHON_PKGNAMEPREFIX}pymongo>=3.0:databases/pymongo
CPP= ${LOCALBASE}/bin/clang-cpp37
CC= ${LOCALBASE}/bin/clang37
@@ -38,7 +38,7 @@ CONFLICTS_BUILD= mongo-cxx-driver
OPTIONS_DEFINE= SASL SSL
OPTIONS_DEFAULT= SASL SSL
-SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
+SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
SASL_MAKE_ARGS= --use-sasl-client
SSL_USE= openssl=yes