svn commit: r551926 - branches/2020Q4/devel/p5-Alien-LibGumbo

Mikael Urankar mikael at FreeBSD.org
Sat Oct 10 13:05:48 UTC 2020


Author: mikael
Date: Sat Oct 10 13:05:47 2020
New Revision: 551926
URL: https://svnweb.freebsd.org/changeset/ports/551926

Log:
  MFH: r551766
  
  devel/p5-Alien-LibGumbo: Add missing runtime dependency
  
  Approved by:	portmgr (fix runtime blanket)

Modified:
  branches/2020Q4/devel/p5-Alien-LibGumbo/Makefile
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/devel/p5-Alien-LibGumbo/Makefile
==============================================================================
--- branches/2020Q4/devel/p5-Alien-LibGumbo/Makefile	Sat Oct 10 12:35:21 2020	(r551925)
+++ branches/2020Q4/devel/p5-Alien-LibGumbo/Makefile	Sat Oct 10 13:05:47 2020	(r551926)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Alien-LibGumbo
 PORTVERSION=	0.05
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,6 +19,7 @@ BUILD_DEPENDS=	p5-Alien-Base-ModuleBuild>0:devel/p5-Al
 		p5-Path-Class>0:devel/p5-Path-Class \
 		p5-PkgConfig>0:devel/p5-PkgConfig \
 		p5-URI>0:net/p5-URI
+RUN_DEPENDS=	p5-Alien-Build>0:devel/p5-Alien-Build
 
 USES=		perl5
 USE_PERL5=	modbuild


More information about the svn-ports-all mailing list