diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-22 20:06:14 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-22 20:06:14 +0000 |
commit | ffd97a0193e0238aa21bc32b570fd052292e0fe5 (patch) | |
tree | b368198f913179c06dafd19ac72527fcf9836f6d /databases/mysql-connector-c++/Makefile | |
parent | - update to 1.0.0 (diff) |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
Notes
Notes:
svn path=/head/; revision=314960
Diffstat (limited to 'databases/mysql-connector-c++/Makefile')
-rw-r--r-- | databases/mysql-connector-c++/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/mysql-connector-c++/Makefile b/databases/mysql-connector-c++/Makefile index a400105a702b..235a7a0c5dba 100644 --- a/databases/mysql-connector-c++/Makefile +++ b/databases/mysql-connector-c++/Makefile @@ -16,8 +16,7 @@ LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs USE_MYSQL= 51+ USE_LDCONFIG= yes -USE_CMAKE= yes -CMAKE_OUTSOURCE=yes +USES= cmake:outsource PLIST_SUB+= PORTVERSION=${PORTVERSION} |