summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2010-07-25 02:35:35 +0000
committerobache <obache>2010-07-25 02:35:35 +0000
commitbbb3103677cc5bba10d34f3224cbab547afb1f79 (patch)
treea4c6dd33fbdb42b02eb55ef88fd5a37f842d27b8
parent7302df036c05c86851104cea6176f29ab1046b85 (diff)
downloadpkgsrc-bbb3103677cc5bba10d34f3224cbab547afb1f79.tar.gz
libares and libcares conflict with others.
-rw-r--r--net/libares/Makefile4
-rw-r--r--net/libcares/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/net/libares/Makefile b/net/libares/Makefile
index 6bd20a274ce..0a4d0f814dd 100644
--- a/net/libares/Makefile
+++ b/net/libares/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/07/14 12:56:10 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2010/07/25 02:35:35 obache Exp $
#
DISTNAME= ares-1.1.1
@@ -11,6 +11,8 @@ MAINTAINER= sommerfeld@NetBSD.org
#HOMEPAGE= none
COMMENT= Asynchronous DNS resolver library
+CONFLICTS+= libcares-[0-9]*
+
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
diff --git a/net/libcares/Makefile b/net/libcares/Makefile
index e651a2a3a0b..7a2c67148e6 100644
--- a/net/libcares/Makefile
+++ b/net/libcares/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2009/10/18 19:46:36 zafer Exp $
+# $NetBSD: Makefile,v 1.9 2010/07/25 02:35:35 obache Exp $
#
# Please do not update or modify this package as it has been imported only
@@ -15,6 +15,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://c-ares.haxx.se/
COMMENT= Asynchronous resolver library
+CONFLICTS+= libares-[0-9]*
+
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES