diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-15 10:12:08 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-15 10:12:08 +0000 |
commit | 581cac9416d38f70a9e5c680d9751230bd43cbc4 (patch) | |
tree | 4ec74f3dd744ca8054cce78df35237dd5b189528 /databases/sqlclient | |
parent | Update binutils to 2.33.1 (diff) |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
Diffstat (limited to 'databases/sqlclient')
-rw-r--r-- | databases/sqlclient/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/sqlclient/Makefile b/databases/sqlclient/Makefile index ccef79fb484f..6314467cd53e 100644 --- a/databases/sqlclient/Makefile +++ b/databases/sqlclient/Makefile @@ -15,11 +15,10 @@ LICENSE= LGPL21 LIB_DEPENDS= libPerformance.so:devel/performance \ libsqlite3.so:databases/sqlite3 -USES= gnustep pgsql +USES= gnustep mysql pgsql USE_GNUSTEP= base build GNU_CONFIGURE= yes USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} -USE_MYSQL=yes LDFLAGS+= -pthread DEFAULT_LIBVERSION= 1.5 |