New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79198


Ignore:
Timestamp:
06/04/11 20:13:45 (4 years ago)
Author:
ryandesign@…
Message:

glib2-devel: merge r79196 from glib2: remove dbus dependency; see #28985

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/glib2-devel/Portfile

    r79195 r79198  
    4242                            patch-gio_gdbusprivate.c.diff 
    4343 
    44 depends_build               port:dbus 
    45  
    4644depends_lib                 port:gettext \ 
    4745                            port:libiconv \ 
     
    5351                            lib/libiconv.dylib \ 
    5452                            lib/libz.dylib \ 
    55                             lib/libffi.dylib \ 
    56                             lib/libdbus-1.dylib 
     53                            lib/libffi.dylib 
    5754 
    5855use_autoconf                yes 
     
    7067                            PKG_CONFIG=false \ 
    7168                            ZLIB_CFLAGS="-I${prefix}/lib" \ 
    72                             ZLIB_LIBS="-L${prefix}/lib -lz" \ 
    73                             DBUS1_CFLAGS="-I${prefix}/include/dbus-1.0 -I${prefix}/lib/dbus-1.0/include" \ 
    74                             DBUS1_LIBS="-L${prefix}/lib -ldbus-1 -lpthread" 
     69                            ZLIB_LIBS="-L${prefix}/lib -lz" 
    7570 
    7671pre-configure { 
Note: See TracChangeset for help on using the changeset viewer.