diff options
author | ade <ade@FreeBSD.org> | 2007-10-07 11:38:19 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2007-10-07 11:38:19 +0800 |
commit | 81bd66971838ebdae24c390c0ed693f06eaed11e (patch) | |
tree | 4ac2b4841fcf24db00a2327d1541267217cca605 /shells | |
parent | ac35980cc8a3134bd7c6568bf30c2425efac5008 (diff) | |
download | freebsd-ports-gnome-81bd66971838ebdae24c390c0ed693f06eaed11e.tar.gz freebsd-ports-gnome-81bd66971838ebdae24c390c0ed693f06eaed11e.tar.zst freebsd-ports-gnome-81bd66971838ebdae24c390c0ed693f06eaed11e.zip |
Since zsh calls autoheader as part of the build phase:
===> Building for zsh-4.3.4_2
cd . && autoheader
Include the autoconf-2.61 environment to actually allow this thing
to build.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 0c91a7bd6c2f..530b0edb474d 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -55,6 +55,7 @@ ZSH_VER= ${PORTVERSION} USE_BZIP2= yes USE_ICONV= yes +USE_AUTOTOOLS= autoconf:261:env GNU_CONFIGURE= yes USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} |