summaryrefslogtreecommitdiff
path: root/editors/emacs21/Makefile
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2003-12-31 14:29:20 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2003-12-31 14:29:20 +0000
commit2cad569c81399b97e03b30157e2e984b6ad31df5 (patch)
tree5521874eef93c2809d22c18f05be6f558d4fdc57 /editors/emacs21/Makefile
parentUpdate to MovableType 2.65, which contains an important XMLRPC security (diff)
Add emacs-21.2-menu-encode.patch for WITH_MENUBAR_FONTSET knob.
It enables to support multibyte encodings in menu bar. PR: ports/60571 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
Notes
Notes: svn path=/head/; revision=96992
Diffstat (limited to 'editors/emacs21/Makefile')
-rw-r--r--editors/emacs21/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs21/Makefile b/editors/emacs21/Makefile
index caa7c509107f..cf9a99d27e81 100644
--- a/editors/emacs21/Makefile
+++ b/editors/emacs21/Makefile
@@ -26,7 +26,7 @@ USE_XPM= yes
.if defined(WITH_MENUBAR_FONTSET)
PATCH_SITES= http://www.nijino.com/ari/emacs/
-PATCHFILES= emacs-21.1-fontset.patch
+PATCHFILES= emacs-21.1-fontset.patch emacs-21.2-menu-encode.patch
PATCH_DIST_STRIP= -p1
.endif