Thu Mar 27 20:19:43 2014 UTC ()
USE_TOOLS += flex.


(jperkin)
diff -r1.115 -r1.116 pkgsrc/devel/anjuta/Makefile

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

--- pkgsrc/devel/anjuta/Makefile 2014/02/12 23:17:45 1.115
+++ pkgsrc/devel/anjuta/Makefile 2014/03/27 20:19:43 1.116
@@ -1,39 +1,39 @@ @@ -1,39 +1,39 @@
1# $NetBSD: Makefile,v 1.115 2014/02/12 23:17:45 tron Exp $ 1# $NetBSD: Makefile,v 1.116 2014/03/27 20:19:43 jperkin Exp $
2 2
3DISTNAME= anjuta-3.10.0 3DISTNAME= anjuta-3.10.0
4PKGREVISION= 7 4PKGREVISION= 7
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/anjuta/3.10/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/anjuta/3.10/}
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.anjuta.org/ 10HOMEPAGE= http://www.anjuta.org/
11COMMENT= Gnome based IDE for C and C++ 11COMMENT= Gnome based IDE for C and C++
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+= gnome-terminal>=2.4.2:../../x11/gnome-terminal 16DEPENDS+= gnome-terminal>=2.4.2:../../x11/gnome-terminal
17DEPENDS+= libtool>=1.5.2:../../devel/libtool 17DEPENDS+= libtool>=1.5.2:../../devel/libtool
18DEPENDS+= yelp>=3.8:../../misc/yelp3 18DEPENDS+= yelp>=3.8:../../misc/yelp3
19 19
20BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool 20BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
21 21
22USE_LANGUAGES= c c++ 22USE_LANGUAGES= c c++
23USE_LIBTOOL= yes 23USE_LIBTOOL= yes
24USE_PKGLOCALEDIR= yes 24USE_PKGLOCALEDIR= yes
25USE_TOOLS+= gmake:run intltool pkg-config:run msgfmt:run perl:run sh:run 25USE_TOOLS+= gmake:run intltool pkg-config:run msgfmt:run perl:run sh:run
26USE_TOOLS+= bash:run bison 26USE_TOOLS+= bash:run bison flex
27GNU_CONFIGURE= yes 27GNU_CONFIGURE= yes
28 28
29CONFIGURE_ARGS+= --disable-plugin-valgrind 29CONFIGURE_ARGS+= --disable-plugin-valgrind
30CONFIGURE_ARGS+= --enable-plugin-scintilla 30CONFIGURE_ARGS+= --enable-plugin-scintilla
31# pkgsrc devhelp is currently API incompatible 31# pkgsrc devhelp is currently API incompatible
32CONFIGURE_ARGS+= --disable-plugin-devhelp 32CONFIGURE_ARGS+= --disable-plugin-devhelp
33CONFIGURE_ARGS+= YACC="bison -y" 33CONFIGURE_ARGS+= YACC="bison -y"
34 34
35SUBST_CLASSES+= unused 35SUBST_CLASSES+= unused
36SUBST_STAGE.unused= pre-configure 36SUBST_STAGE.unused= pre-configure
37SUBST_MESSAGE.unused= Fixing __unused__ occurrances to avoid name clash 37SUBST_MESSAGE.unused= Fixing __unused__ occurrances to avoid name clash
38SUBST_FILES.unused= tagmanager/c.c tagmanager/ctags.c tagmanager/general.h 38SUBST_FILES.unused= tagmanager/c.c tagmanager/ctags.c tagmanager/general.h
39SUBST_FILES.unused+= tagmanager/lua.c tagmanager/options.c tagmanager/parse.c 39SUBST_FILES.unused+= tagmanager/lua.c tagmanager/options.c tagmanager/parse.c