diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2007-09-16 17:40:51 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2007-09-16 17:40:51 +0000 |
commit | dcb238d45758948aa519a2405ee3781972ea71ae (patch) | |
tree | 137049143603567c25eba2bb9cffdfbad0804f52 /editors/slime | |
parent | Retire print/gimp-print, graphics/gimp1, and graphics/gimp-pmosaic (diff) |
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 f49569f5d73a..dfc00ba8572a 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 |