svn commit: r346604 - head/deskutils/org-mode.el

John Marino marino at FreeBSD.org
Sat Mar 1 07:45:07 UTC 2014


Author: marino
Date: Sat Mar  1 07:45:07 2014
New Revision: 346604
URL: http://svnweb.freebsd.org/changeset/ports/346604
QAT: https://qat.redports.org/buildarchive/r346604/

Log:
  deskutils/org-mode.el: Mark jobs unsafe

Modified:
  head/deskutils/org-mode.el/Makefile

Modified: head/deskutils/org-mode.el/Makefile
==============================================================================
--- head/deskutils/org-mode.el/Makefile	Sat Mar  1 07:41:45 2014	(r346603)
+++ head/deskutils/org-mode.el/Makefile	Sat Mar  1 07:45:07 2014	(r346604)
@@ -12,9 +12,11 @@ DISTNAME=	org-${PORTVERSION}
 MAINTAINER=	jhein at symmetricom.com
 COMMENT=	An Emacs mode for notes and project planning
 
+USES=		gmake
 DOCSDIR=	${PREFIX}/share/doc/org-mode
 USE_EMACS=	yes
-USE_GMAKE=	yes
+
+MAKE_JOBS_UNSAFE= yes
 
 INFO=		org${PORTVERSION}
 


More information about the svn-ports-head mailing list