aboutsummaryrefslogtreecommitdiff
path: root/mail/sqlgrey/Makefile
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-11-06 19:46:25 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-11-06 19:46:25 +0000
commit719379d7bbe9a38a55c12ad2716d4c070017d470 (patch)
tree3816ed68f54371816af3eeaa17ff93acd5c96d77 /mail/sqlgrey/Makefile
parent3e84676b52440fbbdd6be7e674036a4424eff3c8 (diff)
downloadports-719379d7bbe9a38a55c12ad2716d4c070017d470.tar.gz
ports-719379d7bbe9a38a55c12ad2716d4c070017d470.zip
- Typo in Makefile (RUN_DEPENDS) prevent mail/sqlgrey from install with
pgsql support. - Some cosmetic cleanup patch for fresh install. PR: ports/104881 Submitted by: Olli Hauer <ohauer@gmx.de>
Notes
Notes: svn path=/head/; revision=176639
Diffstat (limited to 'mail/sqlgrey/Makefile')
-rw-r--r--mail/sqlgrey/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sqlgrey/Makefile b/mail/sqlgrey/Makefile
index 05ceeb1997b2..fbed1f82525f 100644
--- a/mail/sqlgrey/Makefile
+++ b/mail/sqlgrey/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS= ${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \
${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-Pod-Parser
.if defined(WITH_PGSQL)
-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
.elif defined(WITH_MYSQL)
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
.elif defined(WITH_SQLITE)