diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-07 00:02:52 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-07 00:02:52 +0800 |
commit | 1c24d964d52628753b27d3a5aefd2dba0ebb3dfd (patch) | |
tree | 7db3a5c1aa475ad7e4425122e11e60ceb937fec5 /shells | |
parent | 928a73343e4f8797d001dc7acc92d759cb8f9eca (diff) | |
download | freebsd-ports-gnome-1c24d964d52628753b27d3a5aefd2dba0ebb3dfd.tar.gz freebsd-ports-gnome-1c24d964d52628753b27d3a5aefd2dba0ebb3dfd.tar.zst freebsd-ports-gnome-1c24d964d52628753b27d3a5aefd2dba0ebb3dfd.zip |
Adopt USES=ncurses
Diffstat (limited to 'shells')
-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 |