pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/pango Fix missing PLIST_VARS handling for carbon...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e8575d2fcacb
branches:  trunk
changeset: 541017:e8575d2fcacb
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Apr 13 13:00:55 2008 +0000

description:
Fix missing PLIST_VARS handling for carbon option.

diffstat:

 devel/pango/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 7c369c30fdf5 -r e8575d2fcacb devel/pango/Makefile
--- a/devel/pango/Makefile      Sun Apr 13 12:22:10 2008 +0000
+++ b/devel/pango/Makefile      Sun Apr 13 13:00:55 2008 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index