diff options
author | adam <adam@pkgsrc.org> | 2012-09-07 19:16:05 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-09-07 19:16:05 +0000 |
commit | e7608643ab8a99e7987844c19f8fcd15369f03e8 (patch) | |
tree | 8c7c1c6aba6c6451c01ccfcffee90433966d49ce /graphics/gimp/Makefile | |
parent | a6e6f2313094bee84e2b1634690c2b45d0a54982 (diff) | |
download | pkgsrc-e7608643ab8a99e7987844c19f8fcd15369f03e8.tar.gz |
Revbump after updating graphics/cairo
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 30 |
1 files changed, 12 insertions, 18 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index a1af62827dd..52a7ed2ba53 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.218 2012/08/20 12:54:01 wiz Exp $ +# $NetBSD: Makefile,v 1.219 2012/09/07 19:16:45 adam Exp $ -DISTNAME= gimp-2.8.0 -PKGREVISION= 3 +DISTNAME= gimp-2.8.2 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/ \ ${MASTER_SITE_GNU:=gimp/v${PKGVERSION_NOREV:R}/} \ @@ -13,27 +13,14 @@ HOMEPAGE= http://www.gimp.org/ COMMENT= The GNU image manipulation program LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2 -BUILD_DEPENDS+= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser - PKG_DESTDIR_SUPPORT= user-destdir -CONFLICTS+= gimp<=1.2.3 - -PKG_DESTDIR_SUPPORT= user-destdir +BUILD_DEPENDS+= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser +CONFLICTS+= gimp<=1.2.3 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake intltool msgfmt pkg-config - -PKG_SYSCONFSUBDIR= gimp/2.0 - -PKGCONFIG_OVERRIDE= gimp.pc.in - -.include "../../mk/bsd.prefs.mk" - -BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.2.0 -BUILDLINK_API_DEPENDS.lcms+= lcms>=1.12 - GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-perl CONFIGURE_ARGS+= --disable-python @@ -41,8 +28,12 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --without-linux-input CONFIGURE_ARGS+= --without-mac-twain +PKG_SYSCONFSUBDIR= gimp/2.0 +PKGCONFIG_OVERRIDE= gimp.pc.in UNLIMIT_RESOURCES+= datasize +.include "../../mk/bsd.prefs.mk" + EGDIR= ${PREFIX}/share/examples/gimp-2.0 .for f in controllerrc gimprc gtkrc menurc sessionrc templaterc unitrc CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} @@ -53,6 +44,9 @@ LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} PLIST_VARS+= remote +BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.2.0 +BUILDLINK_API_DEPENDS.lcms+= lcms>=1.12 + .include "options.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" |