diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2012-02-25 14:59:11 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2012-02-25 14:59:11 +0000 |
commit | 2cada48d0a7d659dd5e364ae280493f2393d65c2 (patch) | |
tree | fca3cc43e48528a324705fdfdd2638c80bab4b14 /dns/c-ares/Makefile | |
parent | 92cddd7da700efc0f7b743cd3b7493726852c2d4 (diff) | |
download | ports-2cada48d0a7d659dd5e364ae280493f2393d65c2.tar.gz ports-2cada48d0a7d659dd5e364ae280493f2393d65c2.zip |
Notes
Diffstat (limited to 'dns/c-ares/Makefile')
-rw-r--r-- | dns/c-ares/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/dns/c-ares/Makefile b/dns/c-ares/Makefile index d2db5fb650d0..862f47075cd6 100644 --- a/dns/c-ares/Makefile +++ b/dns/c-ares/Makefile @@ -6,19 +6,20 @@ # PORTNAME= c-ares -PORTVERSION= 1.7.4 +PORTVERSION= 1.7.5 CATEGORIES= dns -MASTER_SITES= http://c-ares.haxx.se/ +MASTER_SITES= http://c-ares.haxx.se/download/ \ + http://obsd.isc.org/pub/OpenBSD/distfiles/ MAINTAINER= zi@FreeBSD.org COMMENT= An asynchronous DNS resolver library LICENSE= MIT -OPTIONS= CONFIG_INFO "Add the ares_config_info patch" ON \ - DEBUG "Build with debug information" OFF \ - HIDE_SYMBOLS "Hide internal library symbols" ON \ - OPTIMIZED_CFLAGS "Build with compiler optimizations" OFF +OPTIONS= CONFIG_INFO "Add the ares_config_info patch" on \ + DEBUG "Build with debug information" off \ + HIDE_SYMBOLS "Hide internal library symbols" on \ + OPTIMIZED_CFLAGS "Build with compiler optimizations" off CONFLICTS= ares-1.* |