Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2013 12:47:49 +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: r314729 - head/x11-wm/i3
Message-ID:  <201303201247.r2KClnfq029767@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Mar 20 12:47:49 2013
New Revision: 314729
URL: http://svnweb.freebsd.org/changeset/ports/314729

Log:
  Turn perl into a runtime only dependency

Modified:
  head/x11-wm/i3/Makefile

Modified: head/x11-wm/i3/Makefile
==============================================================================
--- head/x11-wm/i3/Makefile	Wed Mar 20 12:42:31 2013	(r314728)
+++ head/x11-wm/i3/Makefile	Wed Mar 20 12:47:49 2013	(r314729)
@@ -28,7 +28,7 @@ RUN_DEPENDS=	p5-IPC-Run>=0:${PORTSDIR}/d
 		p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
 		p5-AnyEvent-I3>=0:${PORTSDIR}/devel/p5-AnyEvent-I3
 
-USE_PERL5=	yes
+USE_PERL5_RUN=	yes
 USE_XORG=	x11 xcursor
 USES=		bison
 USE_BZIP2=	yes



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