diff options
author | youri <youri@pkgsrc.org> | 2017-06-26 14:29:31 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2017-06-26 14:29:31 +0000 |
commit | 72bd8a11937e68607edd57b372285d6c36d227dd (patch) | |
tree | 67426e742e3b2d98076714b9dbdd8fd14862f617 /x11 | |
parent | d66690febabeda89585cc2a0469329f6a870e0db (diff) | |
download | pkgsrc-72bd8a11937e68607edd57b372285d6c36d227dd.tar.gz |
vte3 needs bash.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/vte3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/vte3/Makefile b/x11/vte3/Makefile index 9c47c1d3eea..7601fcabf6e 100644 --- a/x11/vte3/Makefile +++ b/x11/vte3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/06/25 23:20:45 youri Exp $ +# $NetBSD: Makefile,v 1.2 2017/06/26 14:29:31 youri Exp $ # DISTNAME= vte-0.38.4 @@ -15,7 +15,7 @@ PKGCONFIG_OVERRIDE+= vte.pc.in USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake intltool msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config bash CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS+= --enable-Bsymbolic=auto |