diff options
Diffstat (limited to 'graphics/cairomm/Makefile')
-rw-r--r-- | graphics/cairomm/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile index ef19a002d09..93877bb0362 100644 --- a/graphics/cairomm/Makefile +++ b/graphics/cairomm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2014/05/29 23:36:37 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2014/05/31 11:25:46 pho Exp $ DISTNAME= cairomm-1.10.0 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ @@ -32,7 +32,7 @@ PKGCONFIG_OVERRIDE+= data/cairomm-xlib-xrender-1.0.pc.in CONFIGURE_ARGS+= --disable-docs -PLIST_VARS+= x11 +PLIST_VARS+= x11 quartz .include "../../mk/bsd.prefs.mk" @@ -42,4 +42,7 @@ BUILDLINK_API_DEPENDS.cairo+= cairo>=1.8 .if !empty(PKG_BUILD_OPTIONS.cairo:Mx11) PLIST.x11= yes .endif +.if !empty(PKG_BUILD_OPTIONS.cairo:Mquartz) +PLIST.quartz= yes +.endif .include "../../mk/bsd.pkg.mk" |