svn commit: r317381 - head/sysutils/cfengine32

Baptiste Daroussin bapt at FreeBSD.org
Sat May 4 22:22:03 UTC 2013


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 at netconsonance.com
-#
+# Created by: jrhett at 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


More information about the svn-ports-all mailing list