Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2013 13:25:20 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320094 - head/audio/pacpl
Message-ID:  <201306061325.r56DPK01056357@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Jun  6 13:25:20 2013
New Revision: 320094
URL: http://svnweb.freebsd.org/changeset/ports/320094

Log:
  USE_PERL5_BUILD+USE_PERL5_RUN -> USE_PERL5.
  
  Reported by: http://az.semmy.ru/perl_sdad.txt

Modified:
  head/audio/pacpl/Makefile

Modified: head/audio/pacpl/Makefile
==============================================================================
--- head/audio/pacpl/Makefile	Thu Jun  6 13:24:20 2013	(r320093)
+++ head/audio/pacpl/Makefile	Thu Jun  6 13:25:20 2013	(r320094)
@@ -11,8 +11,7 @@ MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl Audio Converter
 
 USES=		shebangfix
-USE_PERL5_BUILD=yes
-USE_PERL5_RUN=	yes
+USE_PERL5=	yes
 ONLY_FOR_ARCHS=	i386 amd64
 NO_BUILD=	yes
 



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