Tue Oct 23 07:58:45 2012 UTC ()
Add itstool as build dependency.


(wiz)
diff -r1.4 -r1.5 pkgsrc/print/evince3/Makefile.common

cvs diff -r1.4 -r1.5 pkgsrc/print/evince3/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/print/evince3/Attic/Makefile.common 2012/10/19 18:39:05 1.4
+++ pkgsrc/print/evince3/Attic/Makefile.common 2012/10/23 07:58:45 1.5
@@ -1,37 +1,38 @@ @@ -1,37 +1,38 @@
1# $NetBSD: Makefile.common,v 1.4 2012/10/19 18:39:05 drochner Exp $ 1# $NetBSD: Makefile.common,v 1.5 2012/10/23 07:58:45 wiz Exp $
2# 2#
3# used by print/evince3/Makefile 3# used by print/evince3/Makefile
4# would probably be used by print/evince3-nautilus/Makefile if that existed 4# would probably be used by print/evince3-nautilus/Makefile if that existed
5 5
6DISTNAME= evince-3.6.1 6DISTNAME= evince-3.6.1
7CATEGORIES= print 7CATEGORIES= print
8MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evince/3.6/} 8MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evince/3.6/}
9EXTRACT_SUFX= .tar.xz 9EXTRACT_SUFX= .tar.xz
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://www.gnome.org/projects/evince/ 12HOMEPAGE= http://www.gnome.org/projects/evince/
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15PATCHDIR= ${.CURDIR}/../evince3/patches 15PATCHDIR= ${.CURDIR}/../evince3/patches
16DISTINFO_FILE= ${.CURDIR}/../evince3/distinfo 16DISTINFO_FILE= ${.CURDIR}/../evince3/distinfo
17 17
18GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
19USE_LIBTOOL= yes 19USE_LIBTOOL= yes
20USE_PKGLOCALEDIR= yes 20USE_PKGLOCALEDIR= yes
21USE_TOOLS+= gmake intltool msgfmt pkg-config 21USE_TOOLS+= gmake intltool msgfmt pkg-config
22USE_LANGUAGES= c c++ 22USE_LANGUAGES= c c++
23 23
24BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen 24BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
 25BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
25 26
26# XXX fake for "configure" to allow build w/o a gs installed 27# XXX fake for "configure" to allow build w/o a gs installed
27# (avoid hard dependency on a specific version) 28# (avoid hard dependency on a specific version)
28CONFIGURE_ARGS+= --with-gs=${LOCALBASE}/bin/gs 29CONFIGURE_ARGS+= --with-gs=${LOCALBASE}/bin/gs
29pre-configure: 30pre-configure:
30 ${ECHO} "echo 8.51" >${BUILDLINK_DIR}/bin/gs 31 ${ECHO} "echo 8.51" >${BUILDLINK_DIR}/bin/gs
31 ${CHMOD} +x ${BUILDLINK_DIR}/bin/gs 32 ${CHMOD} +x ${BUILDLINK_DIR}/bin/gs
32 33
33.include "../../databases/shared-mime-info/buildlink3.mk" 34.include "../../databases/shared-mime-info/buildlink3.mk"
34BUILDLINK_API_DEPENDS.glib2+= glib2>=2.15.6 35BUILDLINK_API_DEPENDS.glib2+= glib2>=2.15.6
35.include "../../devel/glib2/buildlink3.mk" 36.include "../../devel/glib2/buildlink3.mk"
36BUILDLINK_API_DEPENDS.gnome-icon-theme+= gnome-icon-theme>=2.17.1 37BUILDLINK_API_DEPENDS.gnome-icon-theme+= gnome-icon-theme>=2.17.1
37.include "../../graphics/gnome-icon-theme/buildlink3.mk" 38.include "../../graphics/gnome-icon-theme/buildlink3.mk"