diff options
author | taoka <taoka@FreeBSD.org> | 1999-09-09 16:28:48 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-09-09 16:28:48 +0000 |
commit | 398c0485f240d9778e279ab89c2e055d5a030677 (patch) | |
tree | 8f439f04ab5fd0fa7f0b55fd9193fdb826091930 /editors/wemi-xemacs21-mule-current | |
parent | b2f8010d7cfc5638ea1cf4f7bb9ed45efa9edcff (diff) | |
download | FreeBSD-ports-398c0485f240d9778e279ab89c2e055d5a030677.zip FreeBSD-ports-398c0485f240d9778e279ab89c2e055d5a030677.tar.gz |
I updated XEmacs-mule to 21.1.6 and these ports became broken.
Changed from "20.4" to "21.1.6" in Makefile
Diffstat (limited to 'editors/wemi-xemacs21-mule-current')
-rw-r--r-- | editors/wemi-xemacs21-mule-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/wemi-xemacs21-mule-current/Makefile b/editors/wemi-xemacs21-mule-current/Makefile index 43220c0..55b0f5f 100644 --- a/editors/wemi-xemacs21-mule-current/Makefile +++ b/editors/wemi-xemacs21-mule-current/Makefile @@ -16,9 +16,9 @@ MASTERDIR= ${.CURDIR}/../../editors/wemi-emacs-current # emacs port setup EMACS_NAME= xemacs EMACS_PORT= xemacs-mule -EMACS_VER= 20.4 +EMACS_VER= 21.1.6 EMACS_LIBDIR= lib/${EMACS_NAME}-${EMACS_VER} -# xemacs-mule-20.4 has no version specific site-lisp directories. +# xemacs-mule-21.1.6 has no version specific site-lisp directories. EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR} # RUN_DEPENDS port name's suffix is '-common'. |