Ticket #33054: Portfile-pango.diff
File Portfile-pango.diff, 793 bytes (added by msm@…, 13 years ago) |
---|
-
pango-Portfile
old new 1 1 # -*- 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 $ 3 3 4 4 PortSystem 1.0 5 5 PortGroup archcheck 1.0 … … 124 124 default_variants +x11 125 125 } 126 126 127 variant 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 127 133 post-destroot { 128 134 if {![variant_isset x11]} { 129 135 xinstall -d ${destroot}${prefix}/etc/pango