Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2013 11:08:05 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324697 - head/devel/spdict
Message-ID:  <201308141108.r7EB85GE009038@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Aug 14 11:08:04 2013
New Revision: 324697
URL: http://svnweb.freebsd.org/changeset/ports/324697

Log:
  devel/spdict: Mark jobs unsafe
  
  Also trim headers and replace USE_GMAKE
  
  Approved by: 	bapt/culot (mentors, implicit)

Modified:
  head/devel/spdict/Makefile

Modified: head/devel/spdict/Makefile
==============================================================================
--- head/devel/spdict/Makefile	Wed Aug 14 11:07:20 2013	(r324696)
+++ head/devel/spdict/Makefile	Wed Aug 14 11:08:04 2013	(r324697)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	spdict
-# Date created:				2 Aug 2007
-# Whom:					vanilla@
-#
+# Created by: vanilla@
 # $FreeBSD$
-#
 
 PORTNAME=	spdict
 PORTVERSION=	0.3
@@ -17,7 +13,9 @@ COMMENT=	A library of dictionary algorit
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 USE_LDCONFIG=	yes
-USE_GMAKE=	yes
+USES=		gmake
+
+MAKE_JOBS_UNSAFE=yes
 
 do-install:
 	@${MKDIR} ${PREFIX}/include/spdict



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308141108.r7EB85GE009038>