svn commit: r322681 - head/databases/p5-DBD-cego

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 10 12:25:52 UTC 2013


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 at 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}


More information about the svn-ports-all mailing list