Changeset 81684
- Timestamp:
- 08/04/11 03:36:17 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/editors/emacs/Portfile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/editors/emacs/Portfile
r81680 r81684 7 7 name emacs 8 8 version 23.3 9 revision 29 revision 3 10 10 11 11 # Source tarball is now tagged "23.3a" but is the same as 23.3. See #30513. … … 38 38 39 39 configure.args --without-x \ 40 --with -dbus \40 --without-dbus \ 41 41 --without-gconf \ 42 42 --without-libotf \ … … 45 45 --infodir ${prefix}/share/info/${name} 46 46 47 depends_build port:pkgconfig 48 depends_lib port:ncurses \ 49 port:dbus \ 47 depends_build port:pkgconfig \ 50 48 port:texinfo 49 depends_lib port:ncurses 51 50 52 51 post-destroot { … … 107 106 port:librsvg 108 107 } 108 109 variant dbus description {Builds emacs with D-Bus support} { 110 configure.args-delete --without-dbus 111 configure.args-append --with-dbus 112 depends_lib-append port:dbus 113 } 114 115 if {![variant_isset dbus]} { 116 notes "D-Bus support is no longer included in the default Emacs installation. To build Emacs with D-Bus support, please install with the +dbus variant." 117 }
Note: See TracChangeset
for help on using the changeset viewer.

