svn commit: r302423 - head/deskutils/remember.el

Ashish SHUKLA ashish at FreeBSD.org
Sun Aug 12 03:37:32 UTC 2012


Author: ashish
Date: Sun Aug 12 03:37:31 2012
New Revision: 302423
URL: http://svn.freebsd.org/changeset/ports/302423

Log:
  - Add check for Emacs 24, since Emacs 24 already includes the mode
  
  Reported by:	beat

Modified:
  head/deskutils/remember.el/Makefile

Modified: head/deskutils/remember.el/Makefile
==============================================================================
--- head/deskutils/remember.el/Makefile	Sun Aug 12 03:16:42 2012	(r302422)
+++ head/deskutils/remember.el/Makefile	Sun Aug 12 03:37:31 2012	(r302423)
@@ -26,8 +26,8 @@ OPTIONS+=	PLANNER "Planner.el support" o
 
 .include <bsd.port.pre.mk>
 
-.if (${EMACS_PORT_NAME} == "emacs23")
-IGNORE=		incorporated into Emacs 23
+.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel")
+IGNORE=		incorporated into Emacs 23/24
 .endif
 
 .if !defined(WITHOUT_BBDB)



More information about the svn-ports-all mailing list