diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-10-28 18:00:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-10-28 18:00:25 +0000 |
commit | 3a61669522b583962b1c9c2e1f53d10e09b4fce4 (patch) | |
tree | 08155d4ea370ea1deb3ccca36444db32502b12d8 /dns/libidn/Makefile | |
parent | - Use correct USE_AUTOTOOLS libtool expression (diff) |
- Fix build FreeBSD 10
Diffstat (limited to '')
-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 |