Ticket #45263: gjs.diff

File gjs.diff, 1.0 KB (added by ryandesign (Ryan Carsten Schmidt), 10 years ago)
  • Portfile

     
    33
    44PortSystem      1.0
    55PortGroup       compiler_blacklist_versions 1.0
     6PortGroup       gobject_introspection 1.0
    67
    78name            gjs
    89version         1.42.0
     
    2829                port:gnome-common \
    2930                port:gettext
    3031
    31 depends_lib     port:gobject-introspection \
    32                 port:readline \
     32depends_lib     port:readline \
    3333                path:lib/pkgconfig/cairo.pc:cairo \
    3434                port:dbus-glib \
    3535                port:mozjs24 \
     
    4747
    4848use_parallel_build  no
    4949
    50 # gobject-introspection uses g-ir-scanner, which uses $CC from env
    51 build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
     50gobject_introspection yes
    5251
    53 # The rules enabled by gobject-introspection require GNU make 3.81+
    54 platform darwin 8 {
    55     depends_build-append    port:gmake
    56     build.cmd               ${prefix}/bin/gmake
    57 }
    58 
    5952livecheck.type  gnome