From 032970a46b203c06cb80269f10d91be252f148a0 Mon Sep 17 00:00:00 2001 From: bapt Date: Sat, 24 Mar 2012 21:31:23 +0000 Subject: - remove useless USE_LDCONFIG - bump portrevision Feature safe: yes --- shells/zsh/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'shells/zsh') 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 -- cgit