Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jan 2015 10:37:05 +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: r376196 - head/textproc/info2man
Message-ID:  <201501041037.t04Ab5ia049102@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Jan  4 10:37:04 2015
New Revision: 376196
URL: https://svnweb.freebsd.org/changeset/ports/376196
QAT: https://qat.redports.org/buildarchive/r376196/

Log:
  Add a missing dependency on p5-Perl4-CoreLibs

Modified:
  head/textproc/info2man/Makefile

Modified: head/textproc/info2man/Makefile
==============================================================================
--- head/textproc/info2man/Makefile	Sun Jan  4 10:33:35 2015	(r376195)
+++ head/textproc/info2man/Makefile	Sun Jan  4 10:37:04 2015	(r376196)
@@ -3,6 +3,7 @@
 
 PORTNAME=	info2man
 PORTVERSION=	20040717
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.cskk.ezoshosting.com/cs/css/
 DISTNAME=	${PORTNAME}
@@ -11,6 +12,7 @@ DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Translate GNU info files into man pages
 
+RUN_DEPENDS=	p5-Perl4-CoreLibs>0:${PORTSDIR}/devel/p5-Perl4-CoreLibs
 USES=		perl5 shebangfix
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes



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