aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/openser/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openser/Makefile b/net/openser/Makefile
index 57bc8da91097..1b3256edc3c0 100644
--- a/net/openser/Makefile
+++ b/net/openser/Makefile
@@ -76,7 +76,7 @@ USE_PGSQL= yes
MODULES+= postgres
PLIST_FILES+= lib/openser/openserctl/openserctl.pgsql sbin/openser_postgresql.sh
.else
-MAKE_ENV+= PGSQL=postgres
+MAKE_ENV+= POSTGRESQL=postgres
.endif
.if ${PORT_OPTIONS:MUNIXODBC}