diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-02-23 09:02:41 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-02-23 09:02:41 +0000 |
commit | 47980a3a1cab25048074b1ef0fe708f528db783f (patch) | |
tree | 02625f0501b3efd59c6f1ac3e73c532dc3ce2700 /editors/emacs21/Makefile | |
parent | Add some files installed by the port that were not included in the (diff) |
Link libncurses to avoid segfaults when emacs is executed with -nw option
and TERM=kterm-color.
Submitted by: Mori Kouji <mori@tri.asanuma.co.jp>
Diffstat (limited to 'editors/emacs21/Makefile')
-rw-r--r-- | editors/emacs21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs21/Makefile b/editors/emacs21/Makefile index d2224932a3c9..6cbb0961c5c4 100644 --- a/editors/emacs21/Makefile +++ b/editors/emacs21/Makefile @@ -7,7 +7,7 @@ PORTNAME= emacs PORTVERSION= 21.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} |