diff options
Diffstat (limited to 'news/t-gnus/Makefile')
-rw-r--r-- | news/t-gnus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/t-gnus/Makefile b/news/t-gnus/Makefile index d5c8999c1b2f..6dc88f785cc2 100644 --- a/news/t-gnus/Makefile +++ b/news/t-gnus/Makefile @@ -27,7 +27,7 @@ MIMEUI_COOKIE= ${MIMEUI_PRODUCT}-${EMACS_PORT_NAME}-${MIMEUI_VERSION}.FreeBSD-pa EMACS_PORT_NAME?=emacs20 .if (${EMACS_PORT_NAME} == "emacs20" || ${EMACS_PORT_NAME} == "mule" || \ - ${EMACS_PORT_NAME} == "xemacs21-mule") + ${EMACS_PORT_NAME} == "xemacs21-mule") WITH_MULE=yes .else WITHOUT_MULE=yes |