Wed Oct 23 19:35:25 2019 UTC ()
anjuta: Needs itstool


(nia)
diff -r1.146 -r1.147 pkgsrc/devel/anjuta/Makefile

cvs diff -r1.146 -r1.147 pkgsrc/devel/anjuta/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/anjuta/Makefile 2019/09/19 16:02:08 1.146
+++ pkgsrc/devel/anjuta/Makefile 2019/10/23 19:35:25 1.147
@@ -1,30 +1,31 @@ @@ -1,30 +1,31 @@
1# $NetBSD: Makefile,v 1.146 2019/09/19 16:02:08 nia Exp $ 1# $NetBSD: Makefile,v 1.147 2019/10/23 19:35:25 nia Exp $
2 2
3DISTNAME= anjuta-3.34.0 3DISTNAME= anjuta-3.34.0
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/anjuta/3.34/} 5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/anjuta/3.34/}
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.anjuta.org/ 9HOMEPAGE= http://www.anjuta.org/
10COMMENT= GTK+ based IDE for C and C++ 10COMMENT= GTK+ based IDE for C and C++
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13DEPENDS+= autogen-[0-9]*:../../devel/autogen 13DEPENDS+= autogen-[0-9]*:../../devel/autogen
14DEPENDS+= autoconf>=2.59:../../devel/autoconf 14DEPENDS+= autoconf>=2.59:../../devel/autoconf
15DEPENDS+= automake>=1.8.2:../../devel/automake 15DEPENDS+= automake>=1.8.2:../../devel/automake
16DEPENDS+= gsettings-desktop-schemas-[0-9]*:../../sysutils/gsettings-desktop-schemas 16DEPENDS+= gsettings-desktop-schemas-[0-9]*:../../sysutils/gsettings-desktop-schemas
17DEPENDS+= libtool>=1.5.2:../../devel/libtool 17DEPENDS+= libtool>=1.5.2:../../devel/libtool
 18DEPENDS+= itstool-[0-9]*:../../textproc/itstool
18 19
19USE_LANGUAGES= c c++ 20USE_LANGUAGES= c c++
20USE_LIBTOOL= yes 21USE_LIBTOOL= yes
21USE_PKGLOCALEDIR= yes 22USE_PKGLOCALEDIR= yes
22USE_TOOLS+= gmake:run intltool pkg-config:run perl:run sh:run 23USE_TOOLS+= gmake:run intltool pkg-config:run perl:run sh:run
23USE_TOOLS+= msgfmt:run msgmerge:run xgettext:run 24USE_TOOLS+= msgfmt:run msgmerge:run xgettext:run
24USE_TOOLS+= bash:run bison flex 25USE_TOOLS+= bash:run bison flex
25GNU_CONFIGURE= yes 26GNU_CONFIGURE= yes
26 27
27CONFIGURE_ARGS+= --disable-schemas-compile 28CONFIGURE_ARGS+= --disable-schemas-compile
28# Couldn't find include 'Gdl-3.gir' 29# Couldn't find include 'Gdl-3.gir'
29CONFIGURE_ARGS+= --enable-introspection=no 30CONFIGURE_ARGS+= --enable-introspection=no
30 31