diff options
author | tron <tron> | 2008-10-27 10:24:09 +0000 |
---|---|---|
committer | tron <tron> | 2008-10-27 10:24:09 +0000 |
commit | b596e273434b83b26339d44ea3c754e10b53d1db (patch) | |
tree | cd2939f366052e3ddcc67ef1cdf71a900ec96ca7 /mail/libspf2 | |
parent | a96c8ba8a618f4b4843ebab56731c9374eb62921 (diff) | |
download | pkgsrc-b596e273434b83b26339d44ea3c754e10b53d1db.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" |