diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2018-02-21 23:59:43 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2018-02-21 23:59:43 +0000 |
commit | 78da9d4745b04421651ea60b8c8c92f1d0aae303 (patch) | |
tree | 60af880d88aaf09c4b7df38b28ca99ac6d060482 /editors | |
parent | a3361fa7efcf39c31720ff518ab4c1ee731091e6 (diff) | |
download | ports-78da9d4745b04421651ea60b8c8c92f1d0aae303.tar.gz ports-78da9d4745b04421651ea60b8c8c92f1d0aae303.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-devel/Makefile | 1 | ||||
-rw-r--r-- | editors/emacs/Makefile | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index ee52794769d6..bcc1c729b0cf 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -175,7 +175,6 @@ CONFIGURE_ARGS+= --with-sound=no --without-cairo --without-dbus \ OPTIONS_EXCLUDE= ALSA CAIRO DBUS GCONF GIF GSETTINGS GTK2 GTK3 JPEG \ LCMS2 M17N MAGICK MOTIF OSS OTF PNG SCROLLBARS SVG TIFF \ XAW XAW3D XFT XIM XPM XWIDGETS -WITHOUT_X11= yes .else CONFIGURE_ARGS+= --with-x INSTALLS_ICONS= yes diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 35810471df04..9d9f1d2d19f9 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -65,7 +65,6 @@ OPTIONS_RADIO_X11TOOLKIT= GTK2 GTK3 MOTIF XAW XAW3D ACL_DESC= Access control list support CAIRO_DESC= Experimental Cairo library support (implies PNG, XFT) -CANNA_DESC= Japanese input support FILENOTIFY_DESC= File notification support GFILE_DESC= File notification via gfile GRAPHICS_DESC= Graphics support @@ -182,7 +181,6 @@ CONFIGURE_ARGS+= --with-sound=no --without-cairo --without-dbus \ OPTIONS_EXCLUDE= ALSA CAIRO DBUS GCONF GIF GSETTINGS GTK2 GTK3 JPEG \ M17N MAGICK MOTIF OSS OTF PNG SCROLLBARS SVG TIFF XAW \ XAW3D XFT XIM XPM XWIDGETS -WITHOUT_X11= yes .else CONFIGURE_ARGS+= --with-x INSTALLS_ICONS= yes |