aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql-connector-c++/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2016-10-16 14:34:21 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2016-10-16 14:34:21 +0000
commit1ce902d98bf3b89a997ae187ee1e41301a967cbc (patch)
treec04b9202e3f8a74dbea5f0e9b827558112ae31ee /databases/mysql-connector-c++/Makefile
parenteeafe80a13f9f90b101c8620e9c120cb31281267 (diff)
databases/mysql-connector-c++: Fix unconditional CMAKE_ARGS
- Take Maintainership Submitted by: danfe
Notes
Notes: svn path=/head/; revision=424066
Diffstat (limited to 'databases/mysql-connector-c++/Makefile')
-rw-r--r--databases/mysql-connector-c++/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/mysql-connector-c++/Makefile b/databases/mysql-connector-c++/Makefile
index f77630b6af20..16afa1d0f36e 100644
--- a/databases/mysql-connector-c++/Makefile
+++ b/databases/mysql-connector-c++/Makefile
@@ -3,11 +3,11 @@
PORTNAME= mysql-connector-c++
PORTVERSION= 1.1.7
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= MYSQL/Connector-C++
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= bofh@FreeBSD.org
COMMENT= MySQL database connector for C++
LICENSE= GPLv2 # only
@@ -17,7 +17,7 @@ LIB_DEPENDS= libboost_regex.so:devel/boost-libs
USES= cmake:outsource mysql
USE_LDCONFIG= yes
-CMAKE_ARGS= -DDOC_DESTINATION="${DOCSDIR}" -DCMAKE_ENABLE_C++11=ON
+CMAKE_ARGS= -DDOC_DESTINATION="${DOCSDIR}"
PLIST_SUB= PORTVERSION=${PORTVERSION}