svn commit: r376196 - head/textproc/info2man

Baptiste Daroussin bapt at FreeBSD.org
Sun Jan 4 10:37:05 UTC 2015


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


More information about the svn-ports-all mailing list