Ticket #33054: Portfile-gdk-pixbuf2.diff

File Portfile-gdk-pixbuf2.diff, 813 bytes (added by msm@…, 12 years ago)

gdk-pixbuf2 Portfile diff

  • gdk-pixbuf2-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 87587 2011-11-27 08:41:00Z dports@macports.org $
    33
    44PortSystem                  1.0
    55
     
    5050configure.args              --with-libjasper \
    5151                            --enable-introspection=no
    5252
     53variant introspection description {Enable introspection} {
     54    depends_lib-append      port:gobject-introspection
     55    configure.args-delete   --enable-introspection=no
     56    configure.args-append   --enable-introspection=yes
     57}
     58
    5359test.run                    yes
    5460test.target                 check
    5561