summaryrefslogtreecommitdiff
path: root/net/libcares/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/libcares/Makefile')
-rw-r--r--net/libcares/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/net/libcares/Makefile b/net/libcares/Makefile
index 62a494d4d8e..96851c43f8d 100644
--- a/net/libcares/Makefile
+++ b/net/libcares/Makefile
@@ -1,24 +1,29 @@
-# $NetBSD: Makefile,v 1.10 2010/07/25 02:37:16 obache Exp $
+# $NetBSD: Makefile,v 1.11 2010/07/25 13:09:42 obache Exp $
#
# Please do not update or modify this package as it has been imported only
# as a dependecy for chat/unrealircd. This package should only be updated
# when chat/unrealircd requires it.
#
-DISTNAME= c-ares-1.4.0
-PKGNAME= libcares-1.4.0
+DISTNAME= c-ares-1.6.0
+PKGNAME= libcares-1.6.0
CATEGORIES= net
MASTER_SITES= http://c-ares.haxx.se/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://c-ares.haxx.se/
COMMENT= Asynchronous resolver library
+LICENSE= mit
CONFLICTS+= libares-[0-9]*
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
+PKGCONFIG_OVERRIDE+= libcares.pc.in
+
.include "../../mk/bsd.pkg.mk"