Index: editors/emacs-devel/Makefile =================================================================== --- editors/emacs-devel/Makefile +++ editors/emacs-devel/Makefile @@ -159,6 +159,7 @@ XWIDGETS_IMPLIES= GTK3 .if ${FLAVOR:U} == nox +COMMENT+= (No X flavor) CONFIGURE_ARGS+= --with-sound=no --without-cairo --without-dbus \ --without-gconf --without-gif --without-gsettings \ --with-x-toolkit=no --without-jpeg --without-lcms2 \ Index: editors/emacs/Makefile =================================================================== --- editors/emacs/Makefile +++ editors/emacs/Makefile @@ -155,6 +155,7 @@ XWIDGETS_IMPLIES= GTK3 .if ${FLAVOR:U} == canna +COMMENT+= (Canna Japanese input flavor) CONFIGURE_ARGS+= --with-canna PATCH_DIST_STRIP= -p1 PATCH_SITES= http://www.gentei.org/~yuuji/software/emacs25canna/ \ @@ -168,6 +169,7 @@ SOURCES_PLIST_FILES= ${DATADIR}/${EMACS_VER}/src/canna.c .endif .if ${FLAVOR:U} == nox +COMMENT+= (No X flavor) CONFIGURE_ARGS+= --with-sound=no --without-cairo --without-dbus \ --without-gconf --without-gif --without-gsettings \ --with-x-toolkit=no --without-jpeg --without-m17n-flt \