Ticket #42256: grilo-net-Portfile.diff
File grilo-net-Portfile.diff, 1.4 KB (added by juanrgar (Juan R. García Blanco), 11 years ago) |
---|
-
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:filetype=tcl:et:sw=4:ts=4:sts=4 2 # $Id: Portfile 1167 25 2014-02-04 21:30:26Z devans@macports.org $2 # $Id: Portfile 116705 2014-02-04 15:41:48Z devans@macports.org $ 3 3 4 4 PortSystem 1.0 5 5 … … 29 29 depends_lib port:glib2 \ 30 30 port:libxml2 \ 31 31 port:liboauth \ 32 port: gobject-introspection\33 port: vala32 port:libsoup \ 33 port:gobject-introspection 34 34 35 35 configure.args --enable-introspection=yes \ 36 36 --disable-silent-rules \ 37 37 --disable-debug \ 38 38 --enable-compile-warnings=no \ 39 39 --disable-test-ui \ 40 -- disable-grl-net \40 --enable-grl-net \ 41 41 --disable-tests \ 42 42 --enable-vala 43 43 … … 55 55 56 56 destroot.keepdirs ${destroot}${prefix}/lib/grilo-0.2 57 57 58 variant net description {Enable Grilo Net library} {59 depends_lib-append port:libsoup60 61 configure.args-delete --disable-grl-net62 configure.args-append --enable-grl-net63 }64 65 default_variants +net66 67 58 livecheck.type gnome