diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 08:50:46 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 08:50:46 +0000 |
commit | 821843ca06f2354ffe250825fcdffabb6d0caefa (patch) | |
tree | 5b8de344e457d5da2cf746d56e495a2ce03e1d99 /dns/libidn/Makefile | |
parent | - update WWW (diff) |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
Diffstat (limited to '')
-rw-r--r-- | dns/libidn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile index 3d7ae6a3b8a0..450f7216ef6f 100644 --- a/dns/libidn/Makefile +++ b/dns/libidn/Makefile @@ -11,7 +11,7 @@ MAINTAINER= gaod@hychen.org COMMENT= Internationalized Domain Names command line tool USE_GNOME= gnomehack pkgconfig -USE_ICONV= yes +USES= iconv USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_PERL5_BUILD= yes |