Revision
116746
Author
devans@macports.org
Date
2014-02-05 13:48:18 -0800 (Wed, 05 Feb 2014)

Log Message

grilo: per maintainer, remove +net variant and enable building of libgrlnet unconditionally.

Modified Paths

Diff

Modified: trunk/dports/gnome/grilo/Portfile (116745 => 116746)


--- trunk/dports/gnome/grilo/Portfile	2014-02-05 21:46:29 UTC (rev 116745)
+++ trunk/dports/gnome/grilo/Portfile	2014-02-05 21:48:18 UTC (rev 116746)
@@ -29,6 +29,7 @@
 depends_lib         port:glib2 \
                     port:libxml2 \
                     port:liboauth \
+                    port:libsoup \
                     port:gobject-introspection \
                     port:vala
 
@@ -36,8 +37,8 @@
                     --disable-silent-rules \
                     --disable-debug \
                     --enable-compile-warnings=no \
+                    --enable-grl-net \
                     --disable-test-ui \
-                    --disable-grl-net \
                     --disable-tests \
                     --enable-vala
 
@@ -55,13 +56,4 @@
 
 destroot.keepdirs   ${destroot}${prefix}/lib/grilo-0.2
 
-variant net description {Enable Grilo Net library} {
-    depends_lib-append      port:libsoup
-
-    configure.args-delete   --disable-grl-net
-    configure.args-append   --enable-grl-net
-}
-
-default_variants    +net
-
-livecheck.type  gnome
+livecheck.type      gnome