Ticket #33054: Portfile-pango.diff

File Portfile-pango.diff, 793 bytes (added by msm@…, 12 years ago)

pango Portfile diff

  • pango-Portfile

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    2 # $Id$
     2# $Id: Portfile 87564 2011-11-25 20:53:28Z ryandesign@macports.org $
    33
    44PortSystem              1.0
    55PortGroup               archcheck 1.0
     
    124124    default_variants +x11
    125125}
    126126
     127variant introspection description {Enable introspection} {
     128    depends_lib-append      port:gobject-introspection
     129    configure.args-delete   --disable-introspection
     130    configure.args-append   --enable-introspection
     131}
     132
    127133post-destroot {
    128134    if {![variant_isset x11]} {
    129135        xinstall -d ${destroot}${prefix}/etc/pango