diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-07 00:02:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-07 00:02:52 +0800 |
commit | 5033fa8742b6f68337035ccc9657ed76a04e465a (patch) | |
tree | 7db3a5c1aa475ad7e4425122e11e60ceb937fec5 | |
parent | a9d10ea1bdc48d210e8c3ebbba0e0a2407901f92 (diff) | |
download | freebsd-ports-gnome-5033fa8742b6f68337035ccc9657ed76a04e465a.tar.gz freebsd-ports-gnome-5033fa8742b6f68337035ccc9657ed76a04e465a.tar.zst freebsd-ports-gnome-5033fa8742b6f68337035ccc9657ed76a04e465a.zip |
Adopt USES=ncurses
-rw-r--r-- | shells/zsh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index c321cacf3e04..ada7763a3e2b 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -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 |