diff options
author | Chris Rees <crees@FreeBSD.org> | 2014-11-22 20:40:08 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2014-11-22 20:40:08 +0000 |
commit | 4cb60faedd280bf4b0b07bd947bd9087e09d4357 (patch) | |
tree | 68afea909ff5f83c22ece4ec8e2ae5959483778d /databases/sqlclient | |
parent | Create a subdirectory of /var/run that is writeable by the bopm user and (diff) |
Finally retire USE_PGSQL
Notes
Notes:
svn path=/head/; revision=373100
Diffstat (limited to 'databases/sqlclient')
-rw-r--r-- | databases/sqlclient/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/sqlclient/Makefile b/databases/sqlclient/Makefile index f596b8c5232a..8d490d9e9932 100644 --- a/databases/sqlclient/Makefile +++ b/databases/sqlclient/Makefile @@ -20,7 +20,7 @@ USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_LOCAL_LIBS+= Performance:${PERFORMANCE_PORT} USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} -USE_PGSQL=yes +USES+= pgsql USE_MYSQL=yes USE_SQLITE=yes |