Thu May 10 04:32:38 2012 UTC ()
USE_TOOLS+=intltool


(dholland)
diff -r1.28 -r1.29 pkgsrc/graphics/gegl/Makefile

cvs diff -r1.28 -r1.29 pkgsrc/graphics/gegl/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gegl/Makefile 2012/05/07 08:35:57 1.28
+++ pkgsrc/graphics/gegl/Makefile 2012/05/10 04:32:38 1.29
@@ -1,30 +1,30 @@ @@ -1,30 +1,30 @@
1# $NetBSD: Makefile,v 1.28 2012/05/07 08:35:57 adam Exp $ 1# $NetBSD: Makefile,v 1.29 2012/05/10 04:32:38 dholland Exp $
2 2
3DISTNAME= gegl-0.2.0 3DISTNAME= gegl-0.2.0
4CATEGORIES= graphics 4CATEGORIES= graphics
5MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/${PKGVERSION_NOREV:R}/ 5MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/${PKGVERSION_NOREV:R}/
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= adam@NetBSD.org 8MAINTAINER= adam@NetBSD.org
9HOMEPAGE= http://gegl.org/ 9HOMEPAGE= http://gegl.org/
10COMMENT= Graph based image processing framework 10COMMENT= Graph based image processing framework
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17USE_TOOLS+= gmake perl:build pkg-config 17USE_TOOLS+= gmake perl:build pkg-config intltool
18GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
19CONFIGURE_ARGS+= --disable-docs 19CONFIGURE_ARGS+= --disable-docs
20CONFIGURE_ENV+= ac_cv_path_ASCIIDOC=no 20CONFIGURE_ENV+= ac_cv_path_ASCIIDOC=no
21CONFIGURE_ENV+= ac_cv_path_ENSCRIPT=no 21CONFIGURE_ENV+= ac_cv_path_ENSCRIPT=no
22CONFIGURE_ENV+= ac_cv_path_SDL_CONFIG=no 22CONFIGURE_ENV+= ac_cv_path_SDL_CONFIG=no
23CONFIGURE_ENV+= ac_cv_prog_RUBY=no 23CONFIGURE_ENV+= ac_cv_prog_RUBY=no
24 24
25PKGCONFIG_OVERRIDE+= gegl.pc.in 25PKGCONFIG_OVERRIDE+= gegl.pc.in
26 26
27.include "../../mk/bsd.prefs.mk" 27.include "../../mk/bsd.prefs.mk"
28 28
29PLIST_VARS+= v4l 29PLIST_VARS+= v4l
30 30