diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-09 16:28:48 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-09 16:28:48 +0000 |
commit | 120a243b9ab20d1c5d8f016c4bb18491554ee937 (patch) | |
tree | a7c7ada1bf0cb5cc5b5c52070ef378923604cd8a /editors/psgml-xemacs21-mule | |
parent | b7b889b02e7eceb8256d8a5443deae97d0d2033e (diff) |
Notes
Diffstat (limited to 'editors/psgml-xemacs21-mule')
-rw-r--r-- | editors/psgml-xemacs21-mule/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/psgml-xemacs21-mule/Makefile b/editors/psgml-xemacs21-mule/Makefile index 0c6b00e8b73e..7c0c789790f5 100644 --- a/editors/psgml-xemacs21-mule/Makefile +++ b/editors/psgml-xemacs21-mule/Makefile @@ -16,8 +16,8 @@ MASTERDIR= ${.CURDIR}/../psgml-emacs # emacs port setup EMACS_NAME= xemacs EMACS_PORT= xemacs-mule -EMACS_VER= 20.4 -EMACS_LIBDIR= lib/xemacs-20.4 +EMACS_VER= 21.1.6 +EMACS_LIBDIR= lib/xemacs-21.1.6 # pkg/* files are used in ${.CURDIR} PKGDIR= ${.CURDIR}/pkg |