svn commit: r317529 - head/shells/zsh
Baptiste Daroussin
bapt at FreeBSD.org
Mon May 6 16:02:53 UTC 2013
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
More information about the svn-ports-all
mailing list