Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2013 22:22:03 +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: r317381 - head/sysutils/cfengine32
Message-ID:  <201305042222.r44MM3Ie074308@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat May  4 22:22:03 2013
New Revision: 317381
URL: http://svnweb.freebsd.org/changeset/ports/317381

Log:
  Fix build with bmake

Modified:
  head/sysutils/cfengine32/Makefile

Modified: head/sysutils/cfengine32/Makefile
==============================================================================
--- head/sysutils/cfengine32/Makefile	Sat May  4 22:19:17 2013	(r317380)
+++ head/sysutils/cfengine32/Makefile	Sat May  4 22:22:03 2013	(r317381)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	cfengine v3
-# Date created:		February 2, 2009
-# Whom:			jrhett@netconsonance.com
-#
+# Created by: jrhett@netconsonance.com
 # $FreeBSD$
-#
 
 PORTNAME=	cfengine
 PORTVERSION=	3.2.3
@@ -26,6 +22,10 @@ USE_RC_SUBR=	cf-execd cf-serverd
 
 LIB_DEPENDS=	pcre.3:${PORTSDIR}/devel/pcre
 
+.if defined(.PARSEDIR)
+USE_GMAKE=	yes
+.endif
+
 WITH_BDB_VER?=	47
 USE_BDB=	yes
 USE_OPENSSL=	yes



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