Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2013 16:02:53 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317529 - head/shells/zsh
Message-ID:  <201305061602.r46G2rRN058963@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon May  6 16:02:52 2013
New Revision: 317529
URL: http://svnweb.freebsd.org/changeset/ports/317529

Log:
  Adopt USES=ncurses

Modified:
  head/shells/zsh/Makefile

Modified: head/shells/zsh/Makefile
==============================================================================
--- head/shells/zsh/Makefile	Mon May  6 16:02:05 2013	(r317528)
+++ head/shells/zsh/Makefile	Mon May  6 16:02:52 2013	(r317529)
@@ -21,9 +21,8 @@ MAKE_JOBS_UNSAFE=	yes
 ZSH_VER=	${PORTVERSION}
 
 USE_BZIP2=	yes
-USES=		iconv
+USES=		iconv ncurses
 GNU_CONFIGURE=	yes
-USE_NCURSES=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305061602.r46G2rRN058963>