diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-16 03:42:34 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-16 03:42:34 +0000 |
commit | 89a08c11dbceb77eb7d489bfc3221eaa59930d3a (patch) | |
tree | e39917d9d32d8336c2b3dd03cf184b8a2509b347 /mail | |
parent | Move the check for Harness.pm from LIB_PERL to SITE_PERL (diff) |
Fix building dependencies: SQL/Statement.pm is not in architecture directory.
Noticed by: bento
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pronto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/pronto/Makefile b/mail/pronto/Makefile index df6934a7db4e..9ca7faf72218 100644 --- a/mail/pronto/Makefile +++ b/mail/pronto/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS=\ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/DBD/CSV.pm:${PORTSDIR}/databases/p5-DBD-CSV \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Types.pm:${PORTSDIR}/mail/p5-MIME-Types \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI \ |