svn commit: r301939 - head/editors/tamago

Hiroki Sato hrs at FreeBSD.org
Fri Aug 3 06:05:09 UTC 2012


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 "



More information about the svn-ports-head mailing list