diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 02:00:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 02:00:25 +0800 |
commit | 9cdf59d7b1b339253152694459e35161b3998314 (patch) | |
tree | 63513170f25111aef08e90148af8e3405c26d534 /dns/libidn | |
parent | 3cda8bc65ca3a3d035b5c66543ea840d25d2a3ff (diff) | |
download | freebsd-ports-gnome-9cdf59d7b1b339253152694459e35161b3998314.tar.gz freebsd-ports-gnome-9cdf59d7b1b339253152694459e35161b3998314.tar.zst freebsd-ports-gnome-9cdf59d7b1b339253152694459e35161b3998314.zip |
- Fix build FreeBSD 10
Diffstat (limited to 'dns/libidn')
-rw-r--r-- | dns/libidn/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile index 75af052a6a8b..e7d1d6cb8ca8 100644 --- a/dns/libidn/Makefile +++ b/dns/libidn/Makefile @@ -14,6 +14,7 @@ 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 |