diff options
author | obache <obache@pkgsrc.org> | 2010-07-25 02:35:35 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-07-25 02:35:35 +0000 |
commit | 3c0b2c91184bba6e5cd7fea27d9aa8f37ac90ac0 (patch) | |
tree | a4c6dd33fbdb42b02eb55ef88fd5a37f842d27b8 /net/libares | |
parent | cab010043a0e7ca0897312b0fed3c6813bbab242 (diff) | |
download | pkgsrc-3c0b2c91184bba6e5cd7fea27d9aa8f37ac90ac0.tar.gz |
libares and libcares conflict with others.
Diffstat (limited to 'net/libares')
-rw-r--r-- | net/libares/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |