summaryrefslogtreecommitdiff
path: root/graphics/geeqie
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-08-04 23:46:15 +0000
committerwiz <wiz@pkgsrc.org>2009-08-04 23:46:15 +0000
commitda06369646d7c9430dc4dc1aadf1dbcde78654a7 (patch)
treed4b1f79db9bcad8b3934f944d9e355c0dc0f8f68 /graphics/geeqie
parent2e084f4b4ffdc54a54a0bf86296f29b2d03fca95 (diff)
downloadpkgsrc-da06369646d7c9430dc4dc1aadf1dbcde78654a7.tar.gz
Add bash dependency, and fix bash usage in 3 scripts. Bump PKGREVISION.
Reported by hasso.
Diffstat (limited to 'graphics/geeqie')
-rw-r--r--graphics/geeqie/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile
index 16094625a1a..069ee18c09a 100644
--- a/graphics/geeqie/Makefile
+++ b/graphics/geeqie/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2009/07/23 23:08:37 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2009/08/04 23:46:15 wiz Exp $
#
DISTNAME= geeqie-1.0beta2
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=geeqie/}
@@ -15,7 +16,10 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
-USE_TOOLS= gmake intltool msgfmt pkg-config
+USE_TOOLS= bash gmake intltool msgfmt pkg-config
+REPLACE_BASH= plugins/rotate/geeqie-rotate
+REPLACE_BASH+= plugins/ufraw/geeqie-ufraw
+REPLACE_BASH+= plugins/import/geeqie-import
.include "../../graphics/exiv2/buildlink3.mk"
.include "../../graphics/lcms/buildlink3.mk"