diff options
author | drochner <drochner@pkgsrc.org> | 2011-02-02 14:44:45 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-02-02 14:44:45 +0000 |
commit | 23bcb184fd21fa401ca190cbccf9cbbc973fe0e9 (patch) | |
tree | 428076750850a029b41d8e436bc688d7fd9c1078 /graphics | |
parent | 23262c5fcf855440ed804002fc0c30b22d47ab20 (diff) | |
download | pkgsrc-23bcb184fd21fa401ca190cbccf9cbbc973fe0e9.tar.gz |
uses bash as CONFIG_SHELL, thus needs to be a build dependency
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libgexiv2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libgexiv2/Makefile b/graphics/libgexiv2/Makefile index 7be48c3844f..041efc0da51 100644 --- a/graphics/libgexiv2/Makefile +++ b/graphics/libgexiv2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/01/12 18:46:35 drochner Exp $ +# $NetBSD: Makefile,v 1.6 2011/02/02 14:44:45 drochner Exp $ DISTNAME= libgexiv2-0.3.0 CATEGORIES= graphics devel @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_TOOLS+= gmake m4 pkg-config +USE_TOOLS+= gmake m4 pkg-config bash HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} |