Ticket #29092: clutter-no-gtk2.patch
File clutter-no-gtk2.patch, 1.1 KB (added by james.athey@…, 14 years ago) |
---|
-
graphics/clutter/Portfile
a b 23 23 24 24 depends_build port:pkgconfig 25 25 26 depends_lib port:gtk2 \ 27 port:mesa \ 26 depends_lib port:mesa \ 27 port:pango \ 28 port:atk \ 29 port:cairo \ 30 port:glib2 \ 28 31 port:json-glib 29 32 30 33 configure.args --with-flavour=glx \ 31 --with-imagebackend= gdk-pixbuf\34 --with-imagebackend=quartz \ 32 35 --x-includes=${prefix}/include \ 33 36 --x-libraries=${prefix}/include \ 34 37 --enable-introspection=no \ … … 37 40 variant no_x11 { 38 41 depends_lib-delete port:mesa 39 42 configure.args-delete --with-flavour=glx \ 40 --with-imagebackend=gdk-pixbuf \41 43 --x-includes=${prefix}/include \ 42 44 --x-libraries=${prefix}/include 43 45 configure.args-append --with-flavour=osx