Sat Mar 5 21:19:58 2011 UTC ()
Add msgfmt to USE_TOOLS.
Should fix build on DragonFly.


(gls)
diff -r1.10 -r1.11 pkgsrc/graphics/shotwell/Makefile

cvs diff -r1.10 -r1.11 pkgsrc/graphics/shotwell/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/shotwell/Makefile 2011/01/18 21:57:36 1.10
+++ pkgsrc/graphics/shotwell/Makefile 2011/03/05 21:19:58 1.11
@@ -1,30 +1,30 @@ @@ -1,30 +1,30 @@
1# $NetBSD: Makefile,v 1.10 2011/01/18 21:57:36 gls Exp $ 1# $NetBSD: Makefile,v 1.11 2011/03/05 21:19:58 gls Exp $
2# 2#
3 3
4DISTNAME= shotwell-0.8.1 4DISTNAME= shotwell-0.8.1
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= http://yorba.org/download/shotwell/0.8/ 6MASTER_SITES= http://yorba.org/download/shotwell/0.8/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgrsc-users@NetBSD.org 9MAINTAINER= pkgrsc-users@NetBSD.org
10HOMEPAGE= http://yorba.org/shotwell/ 10HOMEPAGE= http://yorba.org/shotwell/
11COMMENT= Shotwell is a photo organizer for the GNOME desktop 11COMMENT= Shotwell is a photo organizer for the GNOME desktop
12LICENSE= gnu-lgpl-v2.1 12LICENSE= gnu-lgpl-v2.1
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16HAS_CONFIGURE= yes 16HAS_CONFIGURE= yes
17USE_TOOLS+= gmake bash pkg-config 17USE_TOOLS+= gmake bash pkg-config msgfmt
18 18
19CONFIG_SHELL= bash 19CONFIG_SHELL= bash
20CONFIGURE_ARGS+= --prefix=${PREFIX} 20CONFIGURE_ARGS+= --prefix=${PREFIX}
21CONFIGURE_ARGS+= --assume-pkgs 21CONFIGURE_ARGS+= --assume-pkgs
22CONFIGURE_ENV+= --define=NO_CAMERA 22CONFIGURE_ENV+= --define=NO_CAMERA
23 23
24REPLACE_SH+= minver configure libraw-config 24REPLACE_SH+= minver configure libraw-config
25 25
26GCONF_SCHEMAS= shotwell.schemas 26GCONF_SCHEMAS= shotwell.schemas
27INSTALLATION_DIRS+= share/gconf/schemas 27INSTALLATION_DIRS+= share/gconf/schemas
28 28
29post-install: 29post-install:
30 ${INSTALL_DATA} ${WRKSRC}/misc/shotwell.schemas \ 30 ${INSTALL_DATA} ${WRKSRC}/misc/shotwell.schemas \