From bed7f8c6b7d24bd79cfb65f528602915a4d25128 Mon Sep 17 00:00:00 2001
From: mva <mva@FreeBSD.org>
Date: Sat, 27 Apr 2013 11:59:28 +0000
Subject: - Convert USE_ICONV=yes to USES=iconv - Change
 USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
---
 net/miredo/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'net/miredo/Makefile')

diff --git a/net/miredo/Makefile b/net/miredo/Makefile
index 7c0868a973e8..ec73e3b72578 100644
--- a/net/miredo/Makefile
+++ b/net/miredo/Makefile
@@ -31,8 +31,7 @@ USE_RC_SUBR=		miredo_server miredo
 LDFLAGS+=		-L${LOCALBASE}/lib
 
 .if !defined(WITHOUT_NLS)
-USES+=		gettext
-USE_ICONV=		yes
+USES+=		gettext iconv
 CONFIGURE_ARGS+=	--enable-nls
 PLIST_SUB=		NLS=""
 .else
-- 
cgit