diff options
Diffstat (limited to 'editors/slime/Makefile')
-rw-r--r-- | editors/slime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/slime/Makefile b/editors/slime/Makefile index ccc858f7c77..d28f1ce6985 100644 --- a/editors/slime/Makefile +++ b/editors/slime/Makefile @@ -6,7 +6,7 @@ # PORTNAME= slime -PORTVERSION= 20080803 +PORTVERSION= 20090407 PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= editors elisp @@ -58,7 +58,7 @@ post-install: @${ECHO_MSG} "(add-to-list 'load-path \"${SLIME_LISPDIR}\"" @${ECHO_MSG} ' "${SLIME_LISPDIR}/contrib")' @${ECHO_MSG} "(require 'slime)" - @${ECHO_MSG} "(slime-setup)" + @${ECHO_MSG} "(slime-setup '(slime-repl))" @${ECHO_MSG} "========================================================" @${ECHO_MSG} |