Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2013 12:25:52 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322681 - head/databases/p5-DBD-cego
Message-ID:  <201307101225.r6ACPqjS027572@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jul 10 12:25:52 2013
New Revision: 322681
URL: http://svnweb.freebsd.org/changeset/ports/322681

Log:
  Mark job unsafe, remove now useless bmake workaround

Modified:
  head/databases/p5-DBD-cego/Makefile

Modified: head/databases/p5-DBD-cego/Makefile
==============================================================================
--- head/databases/p5-DBD-cego/Makefile	Wed Jul 10 12:24:14 2013	(r322680)
+++ head/databases/p5-DBD-cego/Makefile	Wed Jul 10 12:25:52 2013	(r322681)
@@ -8,17 +8,14 @@ MASTER_SITES=	http://www.lemke-it.com/
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	fbsd-ports@opsec.eu
-COMMENT=	A Cego DBI driver for Perl 5
+COMMENT=	Cego DBI driver for Perl 5
 
 LICENSE=	GPLv2
 
 BUILD_DEPENDS=	p5-DBI>=1.61:${PORTSDIR}/databases/p5-DBI
 RUN_DEPENDS=	p5-DBI>=1.61:${PORTSDIR}/databases/p5-DBI
 LIB_DEPENDS=	cego.1:${PORTSDIR}/databases/cego
-
-.if defined(.PARSEDIR)
-USE_GMAKE=	yes
-.endif
+MAKE_JOBS_UNSAFE=	yes
 
 PERL_CONFIGURE=	yes
 CC:=		${CXX}



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