aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exilog
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-03-25 19:51:16 +0800
committergarga <garga@FreeBSD.org>2006-03-25 19:51:16 +0800
commitc2e40c16cac2eb19ba5531a573c571841bb14b17 (patch)
treed87b38e82e5d821e07c013eead05fb633edfd6c5 /mail/exilog
parent716696eb085ed6f4dbcee4e18f41782165b7b8e2 (diff)
downloadfreebsd-ports-gnome-c2e40c16cac2eb19ba5531a573c571841bb14b17.tar.gz
freebsd-ports-gnome-c2e40c16cac2eb19ba5531a573c571841bb14b17.tar.zst
freebsd-ports-gnome-c2e40c16cac2eb19ba5531a573c571841bb14b17.zip
Fix wrong dependency: p5-DBD-pg -> p5-DBD-Pg
PR: ports/93677 Submitted by: Larry Rosenman <ler@lerctr.org> Approved by: maintainer timeout (> 1 month)
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