aboutsummaryrefslogtreecommitdiff
path: root/databases/cassandra-cpp-driver
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-12-30 18:18:17 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-12-30 18:18:17 +0000
commita86824ce99a48e5d32bac8705739eae94327694e (patch)
tree4a296d923e07145ecaad98d10c8df67506422bb9 /databases/cassandra-cpp-driver
parentb957862d81382d8471333936de510f158039584f (diff)
downloadports-a86824ce99a48e5d32bac8705739eae94327694e.tar.gz
ports-a86824ce99a48e5d32bac8705739eae94327694e.zip
databases/cassandra-cpp-driver: fix build with gcc after r488341
- I introduced a double USES line in r488341. PR: 234507 Pointy hat: tcberner Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes
Notes: svn path=/head/; revision=488730
Diffstat (limited to 'databases/cassandra-cpp-driver')
-rw-r--r--databases/cassandra-cpp-driver/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/cassandra-cpp-driver/Makefile b/databases/cassandra-cpp-driver/Makefile
index c8efb184653a..31634b464ee0 100644
--- a/databases/cassandra-cpp-driver/Makefile
+++ b/databases/cassandra-cpp-driver/Makefile
@@ -19,7 +19,6 @@ USE_GITHUB= yes
GH_ACCOUNT= datastax
GH_PROJECT= cpp-driver
-USES= cmake pkgconfig pathfix ssl
CMAKE_ARGS= -DCMAKE_INSTALL_LIBDIR:STRING=lib \
-DCASS_BUILD_STATIC:BOOL=ON