diff options
Diffstat (limited to 'databases/sqlclient/Makefile')
-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 |