svn commit: r320094 - head/audio/pacpl

Mathieu Arnold mat at FreeBSD.org
Thu Jun 6 13:25:20 UTC 2013


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


More information about the svn-ports-all mailing list