diff options
Diffstat (limited to 'net/libares/Makefile')
-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 |