diff options
author | taca <taca> | 2006-10-07 08:21:42 +0000 |
---|---|---|
committer | taca <taca> | 2006-10-07 08:21:42 +0000 |
commit | c972b6c24e8326a0a135bb7d27d09a084943d8e5 (patch) | |
tree | b3299ff384711af2b2ea98af64a58d49f5b55dbf /shells | |
parent | f9bf7c32830873117e62f6b6a2334ea1ca34363b (diff) | |
download | pkgsrc-c972b6c24e8326a0a135bb7d27d09a084943d8e5.tar.gz |
This package needs texinfo 4.1 or lator. (I found on NetBSD 1.6.2 which
has texinfo 4.0 on base system.)
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 3cee25c5e2c..90298b2fc24 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2006/09/03 08:30:42 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2006/10/07 08:22:08 taca Exp $ DISTNAME= bash-3.1 PKGNAME= bash-3.1pl17 @@ -23,6 +23,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= makeinfo yacc USE_PKGLOCALEDIR= yes +TEXINFO_REQD= 4.1 GNU_CONFIGURE= yes MAKE_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q} CONFIGURE_ARGS= LOCAL_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS:Q} |