diff options
author | taca <taca@pkgsrc.org> | 2006-10-07 08:21:42 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2006-10-07 08:21:42 +0000 |
commit | 3ef21cd6b97755609e9be0c23cff78fec1f4c5ab (patch) | |
tree | b3299ff384711af2b2ea98af64a58d49f5b55dbf | |
parent | 598fc8886afe4e5f77e78ed249e6c032d3bb7a38 (diff) | |
download | pkgsrc-3ef21cd6b97755609e9be0c23cff78fec1f4c5ab.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.)
-rw-r--r-- | devel/libidn/Makefile | 3 | ||||
-rw-r--r-- | shells/bash/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 3de7f1044a4..62e1c27ee24 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2006/09/16 06:21:04 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2006/10/07 08:21:42 taca Exp $ DISTNAME= libidn-0.6.7 CATEGORIES= devel @@ -14,6 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= makeinfo pkg-config perl:build +TEXINFO_REQD= 4.1 GNU_CONFIGURE= yes INFO_FILES= # PLIST 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} |