Revision: 72850 http://trac.macports.org/changeset/72850 Author: devans@macports.org Date: 2010-10-28 14:27:47 -0700 (Thu, 28 Oct 2010) Log Message: ----------- json-glib: on Tiger disable GObject introspection which fails to build. Modified Paths: -------------- trunk/dports/devel/json-glib/Portfile Modified: trunk/dports/devel/json-glib/Portfile =================================================================== --- trunk/dports/devel/json-glib/Portfile 2010-10-28 21:22:12 UTC (rev 72849) +++ trunk/dports/devel/json-glib/Portfile 2010-10-28 21:27:47 UTC (rev 72850) @@ -27,6 +27,12 @@ configure.args --enable-introspection=yes +platform darwin 8 { + configure.args-delete --enable-introspection=yes + configure.args-append --enable-introspection=no + depends_lib-delete port:gobject-introspection +} + livecheck.type regex livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
participants (1)
-
devans@macports.org