Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2012 22:47:23 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306649 - head/sysutils/coreutils
Message-ID:  <201210292247.q9TMlNR9059773@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Mon Oct 29 22:47:22 2012
New Revision: 306649
URL: http://svn.freebsd.org/changeset/ports/306649

Log:
  Depend on Perl at build time.
  
  Reported by Giacomo Olgeni <g.olgeni@colby.it> via private mail.
  
  PR:		ports/173047
  Feature safe:	yes

Modified:
  head/sysutils/coreutils/Makefile

Modified: head/sysutils/coreutils/Makefile
==============================================================================
--- head/sysutils/coreutils/Makefile	Mon Oct 29 22:38:17 2012	(r306648)
+++ head/sysutils/coreutils/Makefile	Mon Oct 29 22:47:22 2012	(r306649)
@@ -3,6 +3,7 @@
 
 PORTNAME=	coreutils
 PORTVERSION=	8.20
+PORTREVISION=	1
 CATEGORIES=	sysutils textproc
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -26,6 +27,7 @@ CPPFLAGS+=	"-I${LOCALBASE}/include"
 USE_XZ=		yes
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
+USE_PERL5_BUILD=	yes # Required for tests and man page generation
 #USE_BISON=	yes
 
 INFO=		coreutils



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