Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2014 13:37:45 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363480 - head/sysutils/cfengine36
Message-ID:  <201407301337.s6UDbjlB029077@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed Jul 30 13:37:45 2014
New Revision: 363480
URL: http://svnweb.freebsd.org/changeset/ports/363480
QAT: https://qat.redports.org/buildarchive/r363480/

Log:
  Fix pcre.h not found error.
  
  Obtained from:	gjb

Modified:
  head/sysutils/cfengine36/Makefile

Modified: head/sysutils/cfengine36/Makefile
==============================================================================
--- head/sysutils/cfengine36/Makefile	Wed Jul 30 13:27:40 2014	(r363479)
+++ head/sysutils/cfengine36/Makefile	Wed Jul 30 13:37:45 2014	(r363480)
@@ -30,6 +30,7 @@ USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 USES=		gmake libtool
 CFLAGS+=	-Wno-return-type
+CPPFLAGS+=	-I${LOCALBASE}/include
 # EXAMPLESDIR=	${PREFIX}/share/examples/cfengine3
 DOCSDIR=	${PREFIX}/share/doc/cfengine
 CONFIGURE_ARGS=	--docdir=${DOCSDIR} \
@@ -42,7 +43,6 @@ CONFIGURE_ARGS=	--docdir=${DOCSDIR} \
 		--with-lmdb=${LOCALBASE} \
 		--enable-fhs
 
-BUILD_DEPENDS+=	${LOCALBASE}/include/pcre.h:${PORTSDIR}/devel/pcre
 LIB_DEPENDS+=	libpcre.so:${PORTSDIR}/devel/pcre \
 		liblmdb.so:${PORTSDIR}/databases/lmdb
 



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