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/idnkit2 | |
parent | 89d548370ac959aac24d63bd8ab8e32723ecf53d (diff) | |
download | freebsd-ports-821843ca06f2354ffe250825fcdffabb6d0caefa.zip |
- 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 'dns/idnkit2')
-rw-r--r-- | dns/idnkit2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/idnkit2/Makefile b/dns/idnkit2/Makefile index 95fd7cfd2f53..d73faffe0dcf 100644 --- a/dns/idnkit2/Makefile +++ b/dns/idnkit2/Makefile @@ -17,7 +17,7 @@ LATEST_LINK= ${PORTNAME}${PORTVERSION:R} CONFLICTS_INSTALL= idnkit-1.* USE_AUTOTOOLS= libtool -USE_ICONV= yes +USES= iconv USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} |