Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Aug 2012 06:05:08 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301939 - head/editors/tamago
Message-ID:  <201208030605.q73658Cn078309@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Fri Aug  3 06:05:08 2012
New Revision: 301939
URL: http://svn.freebsd.org/changeset/ports/301939

Log:
  Add support for emacs24.
  
  Spotted by:	beat

Modified:
  head/editors/tamago/Makefile

Modified: head/editors/tamago/Makefile
==============================================================================
--- head/editors/tamago/Makefile	Fri Aug  3 05:08:00 2012	(r301938)
+++ head/editors/tamago/Makefile	Fri Aug  3 06:05:08 2012	(r301939)
@@ -36,7 +36,7 @@ POSTPATCHES=	${FILESDIR}/post-patch-*
 
 .include <bsd.port.pre.mk>
 
-.if ${EMACS_PORT_NAME} == emacs21 || ${EMACS_PORT_NAME} == emacs22 || ${EMACS_PORT_NAME} == emacs23
+.if ${EMACS_PORT_NAME} == emacs21 || ${EMACS_PORT_NAME} == emacs22 || ${EMACS_PORT_NAME} == emacs23 || ${EMACS_PORT_NAME} == emacs24
 PLIST_SUB+=	HAS_JISX0213=""
 .else
 PLIST_SUB+=	HAS_JISX0213="@comment "



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208030605.q73658Cn078309>