svn commit: r381168 - head/textproc/p5-HTML-FormatExternal
Matthew Seaman
matthew at FreeBSD.org
Fri Mar 13 07:01:16 UTC 2015
Author: matthew
Date: Fri Mar 13 07:01:15 2015
New Revision: 381168
URL: https://svnweb.freebsd.org/changeset/ports/381168
QAT: https://qat.redports.org/buildarchive/r381168/
Log:
Add missing dependency on p5-IPC-Run
Submitted by: Adam McDougall
Modified:
head/textproc/p5-HTML-FormatExternal/Makefile
Modified: head/textproc/p5-HTML-FormatExternal/Makefile
==============================================================================
--- head/textproc/p5-HTML-FormatExternal/Makefile Fri Mar 13 06:56:46 2015 (r381167)
+++ head/textproc/p5-HTML-FormatExternal/Makefile Fri Mar 13 07:01:15 2015 (r381168)
@@ -2,7 +2,7 @@
PORTNAME= HTML-FormatExternal
PORTVERSION= 22
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,7 +15,8 @@ LICENSE= GPLv3
OPTIONS_DEFINE= ELINKS HTML2TEXT LINKS LYNX LYNX_CURRENT NETRIK W3M
OPTIONS_DEFAULT= LYNX
-BUILD_DEPENDS= p5-URI>=0.08:${PORTSDIR}/net/p5-URI
+BUILD_DEPENDS= p5-URI>=0.08:${PORTSDIR}/net/p5-URI \
+ p5-IPC-Run>0:${PORTSDIR}/devel/p5-IPC-Run
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
More information about the svn-ports-all
mailing list