diff options
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index a7cb4f24797..47a45fee26c 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2006/07/05 09:39:11 tron Exp $ +# $NetBSD: Makefile,v 1.38 2006/07/23 01:01:28 minskim Exp $ DISTNAME= cairo-1.2.0 PKGREVISION= 1 @@ -21,9 +21,7 @@ CONFIGURE_ARGS+= --enable-pdf CONFIGURE_ARGS+= --enable-ps CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "Darwin" && exists(/System/Library/Frameworks/Quartz.framework) +.if exists(/System/Library/Frameworks/Carbon.framework) CONFIGURE_ARGS+= --enable-quartz PLIST_SUBST+= QUARTZ= .else |