diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-10-17 05:53:26 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-10-17 05:53:26 +0000 |
commit | 45568fba839edd8c8a2970326c6716487ae69f57 (patch) | |
tree | 5d20e834c958de2a3a6a2842708e4b44ef79b5ca /editors | |
parent | 835e2e59f8bef7f8517a63b9fd37e27bdc09ac2b (diff) | |
download | ports-45568fba839edd8c8a2970326c6716487ae69f57.tar.gz ports-45568fba839edd8c8a2970326c6716487ae69f57.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/Makefile | 3 | ||||
-rw-r--r-- | editors/emacs23/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 701fc0d5f283..04d9736ec912 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -7,7 +7,7 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER} -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 2 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} @@ -31,6 +31,7 @@ EMACS_VER= 23.3 GNU_CONFIGURE= yes USE_GMAKE= yes USE_BZIP2= yes +USE_NCURSES= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --localstatedir=/var diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 701fc0d5f283..04d9736ec912 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -7,7 +7,7 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER} -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 2 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} @@ -31,6 +31,7 @@ EMACS_VER= 23.3 GNU_CONFIGURE= yes USE_GMAKE= yes USE_BZIP2= yes +USE_NCURSES= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --localstatedir=/var |