Revision: 104804 https://trac.macports.org/changeset/104804 Author: jeremyhu@macports.org Date: 2013-04-02 15:34:10 -0700 (Tue, 02 Apr 2013) Log Message: ----------- libwnck: Enable support for gobject-introspection Modified Paths: -------------- trunk/dports/gnome/libwnck/Portfile Modified: trunk/dports/gnome/libwnck/Portfile =================================================================== --- trunk/dports/gnome/libwnck/Portfile 2013-04-02 22:33:55 UTC (rev 104803) +++ trunk/dports/gnome/libwnck/Portfile 2013-04-02 22:34:10 UTC (rev 104804) @@ -5,7 +5,7 @@ name libwnck version 2.30.7 -revision 2 +revision 3 set branch [join [lrange [split ${version} .] 0 1] .] maintainers nomaintainer categories gnome @@ -29,6 +29,7 @@ port:gnome-doc-utils depends_lib port:startup-notification \ + port:gobject-introspection \ port:gtk2 \ port:xorg-libXres @@ -41,9 +42,12 @@ configure.args --x-includes=${prefix}/include \ --x-libraries=${prefix}/lib \ - --enable-introspection=no \ + --enable-introspection \ --disable-silent-rules +# gobject-introspection uses g-ir-scanner, which uses $CC from env +build.args-append CC="${configure.cc} ${configure.cc_archflags}" + livecheck.type regex livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
participants (1)
-
jeremyhu@macports.org