diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-09 15:26:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-09 15:26:04 +0000 |
commit | e1c6649edf48e1cb8863aca8abf8d880a2f0c31c (patch) | |
tree | 54b2a9545ecafc81cf911f93d9071d0a9c4f6643 /dns | |
parent | ebfa96bb9f2f1aa2c54c54165389c3cfdc4bdf4c (diff) | |
download | ports-e1c6649edf48e1cb8863aca8abf8d880a2f0c31c.tar.gz ports-e1c6649edf48e1cb8863aca8abf8d880a2f0c31c.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/c-ares/Makefile | 1 | ||||
-rw-r--r-- | dns/libidn/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dns/c-ares/Makefile b/dns/c-ares/Makefile index 79280115b3c4..bbaf70f96599 100644 --- a/dns/c-ares/Makefile +++ b/dns/c-ares/Makefile @@ -23,7 +23,6 @@ OPTIONS= CONFIG_INFO "Add the ares_config_info patch" ON \ CONFLICTS= ares-1.* MAKE_JOBS_UNSAFE= yes -WITH_FBSD10_FIX= yes .include <bsd.port.pre.mk> diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile index e7d1d6cb8ca8..75af052a6a8b 100644 --- a/dns/libidn/Makefile +++ b/dns/libidn/Makefile @@ -14,7 +14,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gaod@hychen.org COMMENT= Internationalized Domain Names command line tool -WITH_FBSD10_FIX= yes USE_GNOME= gnomehack pkgconfig USE_ICONV= yes USE_LDCONFIG= yes |