Wed May 9 15:53:29 2018 UTC ()
gimp: add missing build dependency


(wiz)
diff -r1.280 -r1.281 pkgsrc/graphics/gimp/Makefile

cvs diff -r1.280 -r1.281 pkgsrc/graphics/gimp/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gimp/Makefile 2018/04/30 05:12:51 1.280
+++ pkgsrc/graphics/gimp/Makefile 2018/05/09 15:53:28 1.281
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile,v 1.280 2018/04/30 05:12:51 ryoon Exp $ 1# $NetBSD: Makefile,v 1.281 2018/05/09 15:53:28 wiz Exp $
2 2
3DISTNAME= gimp-2.10.0 3DISTNAME= gimp-2.10.0
4CATEGORIES= graphics 4CATEGORIES= graphics
5MASTER_SITES= http://download.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/ 5MASTER_SITES= http://download.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= adam@NetBSD.org 8MAINTAINER= adam@NetBSD.org
9HOMEPAGE= https://www.gimp.org/ 9HOMEPAGE= https://www.gimp.org/
10COMMENT= The GNU image manipulation program 10COMMENT= The GNU image manipulation program
11LICENSE= gnu-lgpl-v3 AND gnu-gpl-v3 11LICENSE= gnu-lgpl-v3 AND gnu-gpl-v3
12 12
13BUILD_DEPENDS+= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser 13BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
14DEPENDS+= glib-networking>=2.36.2:../../net/glib-networking 14DEPENDS+= glib-networking>=2.36.2:../../net/glib-networking
15CONFLICTS+= gimp<=1.2.3 15CONFLICTS+= gimp<=1.2.3
16 16
17USE_LANGUAGES+= c c++14 17USE_LANGUAGES+= c c++14
18USE_LIBTOOL= yes 18USE_LIBTOOL= yes
19USE_PKGLOCALEDIR= yes 19USE_PKGLOCALEDIR= yes
20USE_TOOLS+= gmake intltool msgfmt pkg-config 20USE_TOOLS+= gmake intltool msgfmt pkg-config
21GNU_CONFIGURE= yes 21GNU_CONFIGURE= yes
22CONFIGURE_ARGS+= --disable-perl 22CONFIGURE_ARGS+= --disable-perl
23CONFIGURE_ARGS+= --disable-python 23CONFIGURE_ARGS+= --disable-python
24CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} 24CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
25CONFIGURE_ARGS+= --without-linux-input 25CONFIGURE_ARGS+= --without-linux-input
26CONFIGURE_ARGS+= --without-mac-twain 26CONFIGURE_ARGS+= --without-mac-twain