diff options
author | wiz <wiz> | 2009-08-04 23:46:15 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-08-04 23:46:15 +0000 |
commit | 54a6862e43ea5e6d0120c4fc2191714c9a1cb6af (patch) | |
tree | d4b1f79db9bcad8b3934f944d9e355c0dc0f8f68 /graphics | |
parent | 0141fe5a611983a5503eb94d8387d277b969c6d5 (diff) | |
download | pkgsrc-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/Makefile | 8 |
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" |