diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-12-08 07:55:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-12-08 07:55:46 +0000 |
commit | 67bfb60ab32592cef1fb7c5c889a21de55abc53c (patch) | |
tree | a804c786cf0efb035489fe27ea2532b86057dbea /shells/zsh/Makefile | |
parent | e6632da3a1b36aa04508adfc509580da66133cd4 (diff) |
Notes
Diffstat (limited to 'shells/zsh/Makefile')
-rw-r--r-- | shells/zsh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 3cf78cea2ef5..ba9fb3d24ea6 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -6,8 +6,7 @@ # PORTNAME= zsh -PORTVERSION= 4.3.12 -PORTREVISION= 2 +PORTVERSION= 4.3.14 CATEGORIES= shells MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-dev/${PORTVERSION}:src \ SF/${PORTNAME}/${PORTNAME}-doc-dev/${PORTVERSION}:doc @@ -29,13 +28,13 @@ ZSH_VER= ${PORTVERSION} USE_BZIP2= yes USE_ICONV= yes -USE_AUTOTOOLS= autoconf autoheader GNU_CONFIGURE= yes USE_NCURSES= yes .if !defined(WITH_ZSH_STATIC) USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} .endif +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-term-lib="ncursesw ncurses" --with-tcsetpgrp \ --enable-function-subdirs |