summaryrefslogtreecommitdiff
path: root/graphics/cairo
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-07-23 01:01:28 +0000
committerminskim <minskim@pkgsrc.org>2006-07-23 01:01:28 +0000
commitef60f707f9144fe8359be3635309a77ff2ae2120 (patch)
tree424ff77436846adc0bb054326846e203a2b7b219 /graphics/cairo
parent228a2305f36bfbccd7c7c122b7f35a50670f2004 (diff)
downloadpkgsrc-ef60f707f9144fe8359be3635309a77ff2ae2120.tar.gz
Make the quartz test resemble the one in configure. This makes it
easier to add the atsui backend later. Currently, the atsui backend may not be enabled because it would break pango-1.12.x.
Diffstat (limited to 'graphics/cairo')
-rw-r--r--graphics/cairo/Makefile6
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