diff options
Diffstat (limited to 'databases/opendbx/Makefile')
-rw-r--r-- | databases/opendbx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/opendbx/Makefile b/databases/opendbx/Makefile index 8cc319779ca5..22d99bed775c 100644 --- a/databases/opendbx/Makefile +++ b/databases/opendbx/Makefile @@ -34,7 +34,7 @@ MYSQL_USE= MYSQL=YES MYSQL_CPPFLAGS= -I${LOCALBASE}/include/mysql MYSQL_LDFLAGS= -L${LOCALBASE}/lib/mysql -PGSQL_USE= PGSQL=YES +PGSQL_USES= pgsql SQLITE_LIB_DEPENDS= libsqlite.so:${PORTSDIR}/databases/sqlite2 |