summaryrefslogtreecommitdiff
path: root/devel/pango/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pango/Makefile')
-rw-r--r--devel/pango/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/pango/Makefile b/devel/pango/Makefile
index bd8eafd732b..aee9c97fe60 100644
--- a/devel/pango/Makefile
+++ b/devel/pango/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.108 2008/04/10 12:14:43 drochner Exp $
+# $NetBSD: Makefile,v 1.109 2008/04/11 10:26:23 tron Exp $
DISTNAME= pango-1.20.1
+PKGREVISION= 1
CATEGORIES= devel fonts
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pango/1.20/}
EXTRACT_SUFX= .tar.bz2
@@ -38,6 +39,12 @@ CONFIGURE_ENV+= F77=${FALSE:Q}
CHECK_FILES_SKIP+= ${PREFIX}/libdata/pango/pango.modules
+.if exists(/System/Library/Frameworks/Carbon.framework)
+PLIST_SUBST+= CARBON=
+.else
+PLIST_SUBST+= CARBON="@comment "
+.endif
+
.include "options.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.14.0