From 79452c6dc80b634c3ef9c985a517d911cf038f4a Mon Sep 17 00:00:00 2001 From: mva Date: Sat, 27 Apr 2013 08:50:46 +0000 Subject: - Convert USE_ICONV=yes to USES=iconv - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm --- editors/nvi-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/nvi-devel') diff --git a/editors/nvi-devel/Makefile b/editors/nvi-devel/Makefile index 1e45e5892df7..740d822115e7 100644 --- a/editors/nvi-devel/Makefile +++ b/editors/nvi-devel/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USE_ICONV= yes +USES= iconv USE_BDB= 42+ CONFIGURE_ARGS+= --with-db-prefix=${LOCALBASE} \ --program-prefix=n -- cgit