Ticket #30496: Portfile-emacs.diff
File Portfile-emacs.diff, 820 bytes (added by david@…, 13 years ago) |
---|
-
Portfile
old new 32 32 patchfiles patch-src_unexmacosx.c.diff 33 33 34 34 configure.args --without-x \ 35 --with -dbus \35 --without-dbus \ 36 36 --without-gconf \ 37 37 --without-libotf \ 38 38 --without-m17n-flt \ … … 41 41 42 42 depends_build port:pkgconfig 43 43 depends_lib port:ncurses \ 44 port:dbus \45 44 port:texinfo 46 45 47 46 post-destroot { … … 101 100 port:gconf \ 102 101 port:librsvg 103 102 } 103 104 variant dbus description {Build DBus support} { 105 configure.args-delete --without-dbus 106 configure.args-append --with-dbus 107 depends_lib-append port:dbus 108 }