Ticket #30496: Portfile-emacs.diff

File Portfile-emacs.diff, 820 bytes (added by david@…, 13 years ago)
  • Portfile

    old new  
    3232patchfiles      patch-src_unexmacosx.c.diff
    3333
    3434configure.args  --without-x \
    35                 --with-dbus \
     35                --without-dbus \
    3636                --without-gconf \
    3737                --without-libotf \
    3838                --without-m17n-flt \
     
    4141
    4242depends_build   port:pkgconfig
    4343depends_lib     port:ncurses \
    44                 port:dbus \
    4544                port:texinfo
    4645
    4746post-destroot {
     
    101100                            port:gconf \
    102101                            port:librsvg
    103102}
     103
     104variant dbus description {Build DBus support} {
     105    configure.args-delete   --without-dbus
     106    configure.args-append   --with-dbus
     107    depends_lib-append      port:dbus
     108}