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

Hajimu UMEMOTO ume at FreeBSD.org
Fri Aug 10 17:59:41 UTC 2012


Author: ume
Date: Fri Aug 10 17:59:40 2012
New Revision: 302396
URL: http://svn.freebsd.org/changeset/ports/302396

Log:
  Use more apropriate check for Emacs version.
  
  Spotted by:	crees

Modified:
  head/japanese/egg-canna/Makefile

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



More information about the svn-ports-all mailing list