diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-06-06 11:45:38 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-06-06 11:45:38 +0000 |
commit | 170e7b32c37612a373b8308ed8e218ffe0871d97 (patch) | |
tree | febcbe27e909820dd1b835106445d713875461b2 /shells | |
parent | 20c9bb3e5d9718d2af3fa81d24e61fa978165954 (diff) | |
download | ports-170e7b32c37612a373b8308ed8e218ffe0871d97.tar.gz ports-170e7b32c37612a373b8308ed8e218ffe0871d97.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 10c93d61f93e..c35d2988e8dd 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -22,7 +22,7 @@ PORTNAME= zsh PORTVERSION= 4.3.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= shells MASTER_SITES= SF .if !defined(NOPORTDOCS) @@ -36,7 +36,7 @@ ZSH_VER= ${PORTVERSION} USE_BZIP2= yes USE_ICONV= yes -USE_AUTOTOOLS= autoconf:261 +USE_AUTOTOOLS= autoconf:261 autoheader:261 GNU_CONFIGURE= yes USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} |