Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 2013 12:38:08 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329447 - head/print/texlive-infra
Message-ID:  <201310051238.r95Cc8HV074829@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Sat Oct  5 12:38:08 2013
New Revision: 329447
URL: http://svnweb.freebsd.org/changeset/ports/329447

Log:
  Add Perl5 as run depend. This allow for port to use SITE_PERL macro.
  
  PR:		ports/182333
  Submitted by:	Bertram Scharpf <software@bertram-scharpf.de>
  Approved by:	maintainer (almost timeout)
  With hat:	perl@

Modified:
  head/print/texlive-infra/Makefile

Modified: head/print/texlive-infra/Makefile
==============================================================================
--- head/print/texlive-infra/Makefile	Sat Oct  5 12:06:39 2013	(r329446)
+++ head/print/texlive-infra/Makefile	Sat Oct  5 12:38:08 2013	(r329447)
@@ -2,6 +2,7 @@
 
 PORTNAME=	texlive
 PORTVERSION=	27610
+PORTREVISION=	1
 CATEGORIES=	print perl5
 MASTER_SITES=	ftp://tug.org/tex-archive/systems/texlive/tlnet/archive/
 PKGNAMESUFFIX=	-infra
@@ -11,6 +12,8 @@ DIST_SUBDIR=	TeX
 MAINTAINER=	hrs@FreeBSD.org
 COMMENT=	Basic TeXLive infrastructure
 
+USES=		perl5
+USE_PERL5=	run
 USE_XZ=		yes
 USE_TEX=	texlive texmf
 NO_BUILD=	yes



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