summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-04 23:46:15 +0000
committerwiz <wiz>2009-08-04 23:46:15 +0000
commit54a6862e43ea5e6d0120c4fc2191714c9a1cb6af (patch)
treed4b1f79db9bcad8b3934f944d9e355c0dc0f8f68 /graphics
parent0141fe5a611983a5503eb94d8387d277b969c6d5 (diff)
downloadpkgsrc-54a6862e43ea5e6d0120c4fc2191714c9a1cb6af.tar.gz
Add bash dependency, and fix bash usage in 3 scripts. Bump PKGREVISION.
Reported by hasso.
Diffstat (limited to 'graphics')
-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"