diff options
-rw-r--r-- | mail/p5-Mail-SpamAssassin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/p5-Mail-SpamAssassin/Makefile b/mail/p5-Mail-SpamAssassin/Makefile index 11b0a5927b0a..7e34e4fe7343 100644 --- a/mail/p5-Mail-SpamAssassin/Makefile +++ b/mail/p5-Mail-SpamAssassin/Makefile @@ -75,6 +75,7 @@ post-patch: @${FIND} ${WRKSRC} -name \*.orig -delete @${SED} -e 's#B_CONFDIR)/local.cf#B_CONFDIR)/local.cf.sample#g' \ -e 's#B_CONFDIR)/init.pre#B_CONFDIR)/init.pre.sample#g' \ + -e 's/require DBI/0/' \ ${WRKSRC}/Makefile.PL > ${WRKSRC}/Makefile.PL.sed @${MV} ${WRKSRC}/Makefile.PL.sed ${WRKSRC}/Makefile.PL |