diff options
author | shige <shige@FreeBSD.org> | 2000-06-07 01:54:20 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-06-07 01:54:20 +0800 |
commit | 18b47417a058dda2b378b3d44c234ea6924d3e26 (patch) | |
tree | 5e4d722dcb9432218e89badf1a3108ebc512b65b | |
parent | 8c2a08dfc3c0f73956fffce9aa88441926478784 (diff) | |
download | freebsd-ports-gnome-18b47417a058dda2b378b3d44c234ea6924d3e26.tar.gz freebsd-ports-gnome-18b47417a058dda2b378b3d44c234ea6924d3e26.tar.zst freebsd-ports-gnome-18b47417a058dda2b378b3d44c234ea6924d3e26.zip |
Add dependency to autoconf.
PR: ports/19066
Submitted by: Andreas Schulz <ats@first.gmd.de>
-rw-r--r-- | shells/zsh-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile index b1204e6d018f..b54b0ef9c71e 100644 --- a/shells/zsh-devel/Makefile +++ b/shells/zsh-devel/Makefile @@ -23,6 +23,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= shige@FreeBSD.org +USE_AUTOCONF= yes + ZSH_VER= ${PORTVERSION} ZSHFUNC_FILES= zsh-functions-freebsd-2000.05.15.tar.gz ZSHFUNC_SUBDIR= share/zsh/${ZSH_VER}/functions |