diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-03-24 21:31:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-03-24 21:31:23 +0000 |
commit | 4fcc6073c3c8289cef0dd03e8cc03375651818b7 (patch) | |
tree | 95dc077891299257ff3aa3fe0e557f1bc16c8ce1 /shells | |
parent | bdffa5daa97974863089785c236e76433bc06e11 (diff) | |
download | ports-4fcc6073c3c8289cef0dd03e8cc03375651818b7.tar.gz ports-4fcc6073c3c8289cef0dd03e8cc03375651818b7.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 12832f679ff4..633cc4860ea0 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -7,6 +7,7 @@ PORTNAME= zsh PORTVERSION= 4.3.17 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-dev/${PORTVERSION} \ SF/${PORTNAME}/${PORTNAME}-doc-dev/${PORTVERSION}:doc @@ -31,9 +32,6 @@ USE_BZIP2= yes USE_ICONV= yes 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 |