Ticket #33054: Portfile-atk.diff

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

atk Portfile diff

  • atk-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 87586 2011-11-27 08:37:54Z dports@macports.org $
    33
    44PortSystem              1.0
    55PortGroup               archcheck 1.0
     
    4040configure.args          --enable-static \
    4141                        --disable-introspection
    4242
     43
     44variant introspection description {Enable introspection} {
     45    depends_lib-append      port:gobject-introspection
     46    configure.args-delete   --disable-introspection
     47    configure.args-append   --enable-introspection
     48}
     49
    4350livecheck.type          regex
    4451livecheck.url           http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
    4552livecheck.regex         {LATEST-IS-(\d+(?:\.\d+)*)}