diff options
author | sem <sem@FreeBSD.org> | 2005-05-08 04:09:29 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-05-08 04:09:29 +0800 |
commit | 20cc5fbada830be8d0cc1b112539fddb404066ab (patch) | |
tree | 6e5a42fb81d3469826cfbe9b60c6e46fcdb022ce /mail | |
parent | b667ea0f8884cc287808c5d19db46c44b6fd35c8 (diff) | |
download | freebsd-ports-gnome-20cc5fbada830be8d0cc1b112539fddb404066ab.tar.gz freebsd-ports-gnome-20cc5fbada830be8d0cc1b112539fddb404066ab.tar.zst freebsd-ports-gnome-20cc5fbada830be8d0cc1b112539fddb404066ab.zip |
- Fix depends on DBD::Pg module
Submitted by: Gary Bajaj <b05@interbaun.com> (perl@)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-SpamAssassin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p5-Mail-SpamAssassin/Makefile b/mail/p5-Mail-SpamAssassin/Makefile index 7b904da3a726..e6c39a104edb 100644 --- a/mail/p5-Mail-SpamAssassin/Makefile +++ b/mail/p5-Mail-SpamAssassin/Makefile @@ -46,7 +46,7 @@ USE_SQLDB= yes .endif .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 USE_SQLDB= yes .endif |