diff options
Diffstat (limited to 'editors/xemacs20/Makefile')
-rw-r--r-- | editors/xemacs20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index c026c81f4353..a13f4ccec6c8 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/Makefile @@ -43,7 +43,7 @@ PLIST_SUB= XEMACS_VER=20.4 XEMACS_ARCH=${XEMACS_ARCH} # Have pre-configure: - @${ECHO_MSG} "To compile in the MULE features, set the environment variable USE_MULE" + @${ECHO_MSG} "To compile in the MULE features, set the environment variable WITH_MULE" .if defined(HAVE_MOTIF) @${ECHO_MSG} "" @${ECHO_MSG} "If your MOTIF library is actually lesstif, you might occasionally" @@ -52,7 +52,7 @@ pre-configure: @${ECHO_MSG} "which will force the use of athena widgets for dialogs." .endif -.if defined(USE_MULE) +.if defined(WITH_MULE) WITH_MULE= --with-mule MULEDISTFILE= ${DISTNAME}-mule.tar.gz PLIST= ${PKGDIR}/PLIST.mule |