diff options
author | tron <tron@pkgsrc.org> | 2008-10-27 10:24:09 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-10-27 10:24:09 +0000 |
commit | 873d2972b6f191340953b664510d9e046e3826ee (patch) | |
tree | cd2939f366052e3ddcc67ef1cdf71a900ec96ca7 /mail/libspf2 | |
parent | edda6b3cb80195c3fdcf89b5ecbd86c14593c641 (diff) | |
download | pkgsrc-873d2972b6f191340953b664510d9e046e3826ee.tar.gz |
Add conflicts between "libspf_alt" and "libspf2" which e.g. both install
a program called "bin/spfquery". Bump package revisions of both packages.
Diffstat (limited to 'mail/libspf2')
-rw-r--r-- | mail/libspf2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/libspf2/Makefile b/mail/libspf2/Makefile index c29ebf3da79..accda955186 100644 --- a/mail/libspf2/Makefile +++ b/mail/libspf2/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2008/10/24 23:35:09 adrianp Exp $ +# $NetBSD: Makefile,v 1.4 2008/10/27 10:24:09 tron Exp $ DISTNAME= libspf2-1.2.8 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.libspf2.org/spf/ @@ -13,4 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES USE_LIBTOOL= YES +CONFLICTS+= libspf_alt-* + .include "../../mk/bsd.pkg.mk" |