diff options
Diffstat (limited to 'mail/perdition')
-rw-r--r-- | mail/perdition/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile index bca3fb39e894..0c731da878e6 100644 --- a/mail/perdition/Makefile +++ b/mail/perdition/Makefile @@ -102,7 +102,7 @@ PLIST_SUB+= MYSQL="@comment " .if ${PORT_OPTIONS:MPGSQL} CONFIGURE_ARGS+= --enable-pg -USE_PGSQL= yes +USES+= pgsql PLIST_SUB+= PGSQL="" .else CONFIGURE_ARGS+= --disable-pg |