aboutsummaryrefslogtreecommitdiff
path: root/mail/exilog
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-03-25 11:51:16 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-03-25 11:51:16 +0000
commit45fd702df374125646c2d2f51e152866c095411b (patch)
tree6475c6769a561f3044029a558c1eefa5ea1ebde1 /mail/exilog
parent67b8156ca79b36297d8aed71a05f2f39cbd4bac5 (diff)
downloadports-45fd702df374125646c2d2f51e152866c095411b.tar.gz
ports-45fd702df374125646c2d2f51e152866c095411b.zip
Notes
Diffstat (limited to 'mail/exilog')
-rw-r--r--mail/exilog/Makefile2
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