diff options
author | wiz <wiz> | 2009-08-05 00:18:04 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-08-05 00:18:04 +0000 |
commit | 5822dd36ccc6f0ce8beb3f053490b7c4893c0558 (patch) | |
tree | f611ad1ab445ba95bac794152397dc5a64a951d4 /graphics/geeqie | |
parent | 3c4c1f2f3743b47b9326d4a63cf0dbff77bc313a (diff) | |
download | pkgsrc-5822dd36ccc6f0ce8beb3f053490b7c4893c0558.tar.gz |
Make bash run-dependency as intended in previous.
Will be removed again when next version of geeqie is out.
Diffstat (limited to 'graphics/geeqie')
-rw-r--r-- | graphics/geeqie/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile index 069ee18c09a..6acafed413d 100644 --- a/graphics/geeqie/Makefile +++ b/graphics/geeqie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/08/04 23:46:15 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2009/08/05 00:18:04 wiz Exp $ # DISTNAME= geeqie-1.0beta2 @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ -USE_TOOLS= bash gmake intltool msgfmt pkg-config +USE_TOOLS= bash:run gmake intltool msgfmt pkg-config REPLACE_BASH= plugins/rotate/geeqie-rotate REPLACE_BASH+= plugins/ufraw/geeqie-ufraw REPLACE_BASH+= plugins/import/geeqie-import |