diff options
author | seanb <seanb@pkgsrc.org> | 2013-01-11 14:57:26 +0000 |
---|---|---|
committer | seanb <seanb@pkgsrc.org> | 2013-01-11 14:57:26 +0000 |
commit | 306ad205680b61354a53d472fe7d82b3c2f0de58 (patch) | |
tree | 554c166bdccee94ffca7449b8afec1bc936018b5 | |
parent | cced80b6ab0fba87923e80860b40e707719ba984 (diff) | |
download | pkgsrc-306ad205680b61354a53d472fe7d82b3c2f0de58.tar.gz |
Don't use REPLACE_BASH in util/texi2dvi script. /bin/sh seems fine
in my testing. Adding dependency on bash in gtexinfo causes a circular
dependency on hosts without makeinfo since bash requires makeinfo and
makeinfo gets replaced with gtexinfo.
-rw-r--r-- | devel/gtexinfo/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile index 1be2b42cbec..31ee87a51b3 100644 --- a/devel/gtexinfo/Makefile +++ b/devel/gtexinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2012/12/16 11:24:05 wiz Exp $ +# $NetBSD: Makefile,v 1.81 2013/01/11 14:57:26 seanb Exp $ DISTNAME= texinfo-4.13a PKGNAME= g${DISTNAME} @@ -14,7 +14,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/texinfo-4.13 # just for 4.13a -USE_TOOLS+= bash GNU_CONFIGURE= yes INFO_FILES= yes TEST_TARGET= check @@ -23,8 +22,6 @@ PLIST_SRC= ${PKGDIR}/PLIST PKGSRC_INFOPATH= ${PREFIX}/${PKGINFODIR}:${X11BASE}/${PKGINFODIR}:${LOCALBASE}/${PKGINFODIR} MAKE_ENV+= PKGSRC_INFOPATH=${PKGSRC_INFOPATH:Q} -REPLACE_BASH+= util/texi2dvi - .include "../../mk/bsd.prefs.mk" .include "options.mk" |