Ticket #42256: grilo-net-Portfile.diff

File grilo-net-Portfile.diff, 1.4 KB (added by juanrgar (Juan R. García Blanco), 10 years ago)

Remove net variant

  • Portfile

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
    2 # $Id: Portfile 116725 2014-02-04 21:30:26Z devans@macports.org $
     2# $Id: Portfile 116705 2014-02-04 15:41:48Z devans@macports.org $
    33
    44PortSystem          1.0
    55
     
    2929depends_lib         port:glib2 \
    3030                    port:libxml2 \
    3131                    port:liboauth \
    32                     port:gobject-introspection \
    33                     port:vala
     32                    port:libsoup \
     33                    port:gobject-introspection
    3434
    3535configure.args      --enable-introspection=yes \
    3636                    --disable-silent-rules \
    3737                    --disable-debug \
    3838                    --enable-compile-warnings=no \
    3939                    --disable-test-ui \
    40                     --disable-grl-net \
     40                    --enable-grl-net \
    4141                    --disable-tests \
    4242                    --enable-vala
    4343
     
    5555
    5656destroot.keepdirs   ${destroot}${prefix}/lib/grilo-0.2
    5757
    58 variant net description {Enable Grilo Net library} {
    59     depends_lib-append      port:libsoup
    60 
    61     configure.args-delete   --disable-grl-net
    62     configure.args-append   --enable-grl-net
    63 }
    64 
    65 default_variants    +net
    66 
    6758livecheck.type  gnome