summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortnn <tnn>2008-04-13 13:00:55 +0000
committertnn <tnn>2008-04-13 13:00:55 +0000
commit4d07274ab128a6f92f8c33cbd9ed7309364d0b01 (patch)
tree205eca60380236ba63cbd440ef5d0594d0381c0c /devel
parent27847b0105c259a02255f4586fb9abc13e566528 (diff)
downloadpkgsrc-4d07274ab128a6f92f8c33cbd9ed7309364d0b01.tar.gz
Fix missing PLIST_VARS handling for carbon option.
Diffstat (limited to 'devel')
-rw-r--r--devel/pango/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/pango/Makefile b/devel/pango/Makefile
index 7136c14f7b3..373aa63ac67 100644
--- a/devel/pango/Makefile
+++ b/devel/pango/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.110 2008/04/11 12:22:46 tron Exp $
+# $NetBSD: Makefile,v 1.111 2008/04/13 13:00:55 tnn Exp $
DISTNAME= pango-1.20.2
CATEGORIES= devel fonts
@@ -38,10 +38,9 @@ CONFIGURE_ENV+= F77=${FALSE:Q}
CHECK_FILES_SKIP+= ${PREFIX}/libdata/pango/pango.modules
+PLIST_VARS+= carbon
.if exists(/System/Library/Frameworks/Carbon.framework)
-PLIST_SUBST+= CARBON=
-.else
-PLIST_SUBST+= CARBON="@comment "
+PLIST.carbon= yes
.endif
.include "options.mk"