diff options
-rw-r--r-- | mail/exilog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exilog/Makefile b/mail/exilog/Makefile index ec54bce1a489..d25336fb7b0c 100644 --- a/mail/exilog/Makefile +++ b/mail/exilog/Makefile @@ -30,7 +30,7 @@ WITH_MYSQL= yes RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql .elif (${WITH_SQL_BACKEND} == "postgresql") WITH_POSTGRESQL= yes -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/pg.pm:${PORTSDIR}/databases/p5-DBD-pg +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/pg.pm:${PORTSDIR}/databases/p5-DBD-Pg .else BROKEN= "You should specify sql backend using WITH_SQL_BACKEND" .endif |