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 | 041e56613cab613e59a1a058b26e69931ac87d41 (diff) |
Notes
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 |