diff options
Diffstat (limited to 'dns/c-ares')
-rw-r--r-- | dns/c-ares/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dns/c-ares/Makefile b/dns/c-ares/Makefile index 7cb87883f1ed..23b30c5432a9 100644 --- a/dns/c-ares/Makefile +++ b/dns/c-ares/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= http://daniel.haxx.se/projects/c-ares/ MAINTAINER= roam@FreeBSD.org COMMENT= An asynchronous DNS resolver library +CONFLICTS= ares-1.* + +GNU_CONFIGURE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --mandir=${PREFIX}/man |