svn commit: r335094 - head/devel/coccinelle

Baptiste Daroussin bapt at FreeBSD.org
Thu Nov 28 14:45:11 UTC 2013


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


More information about the svn-ports-all mailing list