aboutsummaryrefslogtreecommitdiff
path: root/lang/newlisp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/newlisp/Makefile')
-rw-r--r--lang/newlisp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/newlisp/Makefile b/lang/newlisp/Makefile
index d89141022be5..b3e38d25d96a 100644
--- a/lang/newlisp/Makefile
+++ b/lang/newlisp/Makefile
@@ -69,7 +69,7 @@ PLIST_SUB+= MYSQL="@comment "
.endif
.if ${PORT_OPTIONS:MPGSQL}
-USE_PGSQL= yes
+USES+= pgsql
MODULES+= postgres
PLIST_SUB+= PGSQL=""
.else