diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-03-25 11:51:16 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-03-25 11:51:16 +0000 |
commit | 45fd702df374125646c2d2f51e152866c095411b (patch) | |
tree | 6475c6769a561f3044029a558c1eefa5ea1ebde1 /mail/exilog | |
parent | 67b8156ca79b36297d8aed71a05f2f39cbd4bac5 (diff) | |
download | ports-45fd702df374125646c2d2f51e152866c095411b.tar.gz ports-45fd702df374125646c2d2f51e152866c095411b.zip |
Notes
Diffstat (limited to 'mail/exilog')
-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 |