diff options
author | bapt <bapt@FreeBSD.org> | 2012-03-25 05:31:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-03-25 05:31:23 +0800 |
commit | 032970a46b203c06cb80269f10d91be252f148a0 (patch) | |
tree | 5011f7071c694ea77a098e39f4179d8a3a7dd2da /shells/zsh | |
parent | 36e340e4a695d355814898e6d59a5940448dfee6 (diff) | |
download | freebsd-ports-gnome-032970a46b203c06cb80269f10d91be252f148a0.tar.gz freebsd-ports-gnome-032970a46b203c06cb80269f10d91be252f148a0.tar.zst freebsd-ports-gnome-032970a46b203c06cb80269f10d91be252f148a0.zip |
- remove useless USE_LDCONFIG
- bump portrevision
Feature safe: yes
Diffstat (limited to 'shells/zsh')
-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 |