diff options
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 7aa7ff3affd..171ce2f645c 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.240 2013/11/06 20:32:45 adam Exp $ +# $NetBSD: Makefile,v 1.241 2013/12/01 11:58:44 adam Exp $ -DISTNAME= gimp-2.8.8 +DISTNAME= gimp-2.8.10 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/ \ ${MASTER_SITE_GNU:=gimp/v${PKGVERSION_NOREV:R}/} \ @@ -69,5 +69,8 @@ PLIST.remote= yes .include "../../x11/libXmu/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" .endif +.if !empty(PKG_BUILD_OPTIONS.gtk2:Mquartz) +.include "../../x11/gtk-mac-integration/buildlink3.mk" +.endif .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |