aboutsummaryrefslogtreecommitdiff
path: root/databases/cppdb
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-05 12:40:05 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-05 12:40:05 +0000
commit9a7f7b5fc6323c28ad2518b2fa3cafba136ca28c (patch)
treebd0e67defd6871bf90e4a59d494be6a5b724c4b2 /databases/cppdb
parent05bbadc591e9e59ed73e4ad27edd26ed8b29104d (diff)
downloadports-9a7f7b5fc6323c28ad2518b2fa3cafba136ca28c.tar.gz
ports-9a7f7b5fc6323c28ad2518b2fa3cafba136ca28c.zip
Convert to USES=pgsql
While here: - stage support for pg_rman - stage support for pgagent - stage support for hashtypes
Notes
Notes: svn path=/head/; revision=352999
Diffstat (limited to 'databases/cppdb')
-rw-r--r--databases/cppdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/cppdb/Makefile b/databases/cppdb/Makefile
index ac5bd7126917..37f30c06931c 100644
--- a/databases/cppdb/Makefile
+++ b/databases/cppdb/Makefile
@@ -76,7 +76,7 @@ PLIST_SUB+= ODBC=""
CMAKE_ARGS+= -DDISABLE_PQ:BOOL=ON
PLIST_SUB+= PGSQL="@comment "
.else
-USE_PGSQL= yes
+USES+= pgsql
CMAKE_ARGS+= -DDISABLE_PQ:BOOL=OFF
.if ${PORT_OPTIONS:MPGSQL_INTERNAL}
CMAKE_ARGS+= -DPQ_BACKEND_INTERNAL:BOOL=ON