diff options
author | anray <anray@FreeBSD.org> | 2007-09-17 01:40:51 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2007-09-17 01:40:51 +0800 |
commit | e5802dbe538d1162d4cdef3b1141eee3e58da167 (patch) | |
tree | ead67f9f1794b1a1d82bcccd00769c523edc434d /editors/slime | |
parent | 46e9f43dfa8b990e069860cf2205eaa4c7d4ff77 (diff) | |
download | freebsd-ports-graphics-e5802dbe538d1162d4cdef3b1141eee3e58da167.tar.gz freebsd-ports-graphics-e5802dbe538d1162d4cdef3b1141eee3e58da167.tar.zst freebsd-ports-graphics-e5802dbe538d1162d4cdef3b1141eee3e58da167.zip |
editors/slime is compatible with Emacs 22.
Remove EMACS_PORT_NAME to use system default emacs.
PR: ports/115421
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Approved by: maintainer timeout (1 month 6 days)
Diffstat (limited to 'editors/slime')
-rw-r--r-- | editors/slime/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/slime/Makefile b/editors/slime/Makefile index f49569f5d73..dfc00ba8572 100644 --- a/editors/slime/Makefile +++ b/editors/slime/Makefile @@ -7,7 +7,7 @@ PORTNAME= slime PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors elisp MASTER_SITES= http://common-lisp.net/project/slime/ EXTRACT_SUFX= .tgz @@ -17,7 +17,6 @@ COMMENT= Superior Lisp Interaction Mode for Emacs USE_GMAKE= yes USE_EMACS= yes -EMACS_PORT_NAME?= emacs21 INFO= slime PORTDOCS= ChangeLog HACKING NEWS PROBLEMS README |