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 10052b8ec94..c8a712c4da1 100644
--- a/devel/pango/Makefile
+++ b/devel/pango/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.78 2006/07/23 04:59:33 minskim Exp $
+# $NetBSD: Makefile,v 1.79 2006/07/23 05:13:21 minskim Exp $
DISTNAME= pango-1.12.3
+PKGREVISION= 1
CATEGORIES= devel fonts
MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.10/ \
ftp://ftp.cs.umn.edu/pub/gimp/gtk/v2.10/ \
@@ -39,6 +40,12 @@ CONFIGURE_ARGS+= --with-qt=no
# Avoid an ICE in gcc2 on sparc64
CONFIGURE_ENV+= F77=${FALSE:Q}
+.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.10.0