diff options
author | roam <roam@FreeBSD.org> | 2006-07-14 15:41:48 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2006-07-14 15:41:48 +0800 |
commit | fc138adfd0621de44b1c0962caa43aafc576fcf0 (patch) | |
tree | 962255a08d878e994fab2587aea4829716772e54 /dns/c-ares | |
parent | 6487f5dc74028262450f0803fb3411c04a8c5337 (diff) | |
download | freebsd-ports-gnome-fc138adfd0621de44b1c0962caa43aafc576fcf0.tar.gz freebsd-ports-gnome-fc138adfd0621de44b1c0962caa43aafc576fcf0.tar.zst freebsd-ports-gnome-fc138adfd0621de44b1c0962caa43aafc576fcf0.zip |
Note that dns/ares and dns/c-ares are in conflict.
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 |