Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Nov 2013 14:45:10 +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: r335094 - head/devel/coccinelle
Message-ID:  <201311281445.rASEjAYu074313@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Nov 28 14:45:10 2013
New Revision: 335094
URL: http://svnweb.freebsd.org/changeset/ports/335094

Log:
  Add missing dependency on pcre

Modified:
  head/devel/coccinelle/Makefile

Modified: head/devel/coccinelle/Makefile
==============================================================================
--- head/devel/coccinelle/Makefile	Thu Nov 28 14:36:21 2013	(r335093)
+++ head/devel/coccinelle/Makefile	Thu Nov 28 14:45:10 2013	(r335094)
@@ -10,6 +10,8 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	avg@icyb.net.ua
 COMMENT=	Coccinelle is a program matching and transformation engine
 
+LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
+
 USES=		shebangfix gmake perl5
 GNU_CONFIGURE=	yes
 USE_PERL5=	build



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