diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-10-21 17:37:03 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-10-21 17:37:03 +0000 |
commit | 109e221c624ae0f66dde07f7573937f93f5d9576 (patch) | |
tree | cf693d912864a0898f09fbb2e2d849272f2707f1 /net/udns | |
parent | ca419e5d1cde8c1f7228e9fbc4015a79feb59f8a (diff) | |
download | pkgsrc-109e221c624ae0f66dde07f7573937f93f5d9576.tar.gz |
Add CONFLICTS between mail/rblcheck and net/udns
Diffstat (limited to 'net/udns')
-rw-r--r-- | net/udns/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/udns/Makefile b/net/udns/Makefile index 245d3a442b6..712f28d2347 100644 --- a/net/udns/Makefile +++ b/net/udns/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2012/05/12 05:38:00 adam Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/21 17:37:03 cheusov Exp $ DISTNAME= udns-0.2 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.corpit.ru/mjt/udns/ @@ -9,6 +10,8 @@ HOMEPAGE= http://www.corpit.ru/mjt/udns.html COMMENT= Lightweight DNS resolver supporting asynchronous queries LICENSE= gnu-lgpl-v2.1 +CONFLICTS= rblcheck-[0-9]* + PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} |