diff options
author | taoka <taoka@FreeBSD.org> | 1999-09-10 00:28:48 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-09-10 00:28:48 +0800 |
commit | 398c0485f240d9778e279ab89c2e055d5a030677 (patch) | |
tree | 8f439f04ab5fd0fa7f0b55fd9193fdb826091930 /editors/apel-xemacs21-mule | |
parent | b2f8010d7cfc5638ea1cf4f7bb9ed45efa9edcff (diff) | |
download | freebsd-ports-gnome-398c0485f240d9778e279ab89c2e055d5a030677.tar.gz freebsd-ports-gnome-398c0485f240d9778e279ab89c2e055d5a030677.tar.zst freebsd-ports-gnome-398c0485f240d9778e279ab89c2e055d5a030677.zip |
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/apel-xemacs21-mule')
-rw-r--r-- | editors/apel-xemacs21-mule/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/apel-xemacs21-mule/Makefile b/editors/apel-xemacs21-mule/Makefile index 2fcb7caa11d3..07cf5a4f8b9c 100644 --- a/editors/apel-xemacs21-mule/Makefile +++ b/editors/apel-xemacs21-mule/Makefile @@ -16,7 +16,7 @@ MASTERDIR= ${.CURDIR}/../../editors/apel-emacs # 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} EMACS_LIBDIR_WITH_VER= lib/${EMACS_NAME}-${EMACS_VER} |