From b2000c4361b075fe8f2159150e9a871ec829b34e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Fri, 28 Jul 2017 14:59:15 +0000 Subject: [PATCH] Fix PGSQL build. Approved by: dvl@ --- sysutils/bacula-server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index 516a59da41e2..d24c3645a895 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -114,7 +114,7 @@ MYSQL_USE= MYSQL=yes SQLITE3_CONFIGURE_ON= --with-sqlite3=yes SQLITE3_LIB_DEPENDS= libsqlite3.so:databases/sqlite3 PGSQL_CONFIGURE_ON= --with-postgresql=yes -#PGSQL_USE= USES+=pgsql +PGSQL_USE= USES+=pgsql MTX_RUN_DEPENDS= ${LOCALBASE}/sbin/mtx:misc/mtx