svn commit: r302395 - head/japanese/egg-canna

Hajimu UMEMOTO ume at FreeBSD.org
Fri Aug 10 17:44:36 UTC 2012


Author: ume
Date: Fri Aug 10 17:44:35 2012
New Revision: 302395
URL: http://svn.freebsd.org/changeset/ports/302395

Log:
  It doesn't build with Emacs 24.

Modified:
  head/japanese/egg-canna/Makefile

Modified: head/japanese/egg-canna/Makefile
==============================================================================
--- head/japanese/egg-canna/Makefile	Fri Aug 10 17:28:10 2012	(r302394)
+++ head/japanese/egg-canna/Makefile	Fri Aug 10 17:44:35 2012	(r302395)
@@ -24,8 +24,8 @@ USE_EMACS=	yes
 
 .include <bsd.port.pre.mk>
 
-.if ${EMACS_PORT_NAME} == "emacs23"
-IGNORE=		does not build with Emacs 23
+.if ${EMACS_PORT_NAME} == "emacs23" || ${EMACS_PORT_NAME} == "emacs24"
+IGNORE=		does not build with Emacs 23 and later
 .endif
 
 .if ${EMACS_PORT_NAME} == emacs20



More information about the svn-ports-head mailing list