summaryrefslogtreecommitdiff
path: root/mail/libspf-alt
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-02-27 13:06:12 +0000
committerobache <obache@pkgsrc.org>2011-02-27 13:06:12 +0000
commit7352fca808eeb1957b19e0d7f1aebcee21ef841f (patch)
tree819f37751a16ad57ccc13d942bea6a51ad810a51 /mail/libspf-alt
parenta871657a03a66778bedabd67b26203c9eb808e8f (diff)
downloadpkgsrc-7352fca808eeb1957b19e0d7f1aebcee21ef841f.tar.gz
Fixes CONFLICTS pattern and add new conflict with p5-Mail-SPF.
Diffstat (limited to 'mail/libspf-alt')
-rw-r--r--mail/libspf-alt/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/libspf-alt/Makefile b/mail/libspf-alt/Makefile
index 2021a78e5b1..22793232af2 100644
--- a/mail/libspf-alt/Makefile
+++ b/mail/libspf-alt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2011/02/27 12:48:05 obache Exp $
+# $NetBSD: Makefile,v 1.21 2011/02/27 13:06:12 obache Exp $
DISTNAME= libspf_alt-0.4.0
PKGREVISION= 4
@@ -14,7 +14,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
CONFIGURE_ARGS+=--with-bind=${BUILDLINK_PREFIX.libbind}
-CONFLICTS+= libspf2-*
+CONFLICTS+= libspf2-[0-9]*
+CONFLICTS+= p5-Mail-SPF-[0-9]*
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/resolv.buildlink3.mk"