Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2013 19:18:06 +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: r325907 - head/archivers/rpm5
Message-ID:  <201309011918.r81JI6pN022201@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Sun Sep  1 19:18:06 2013
New Revision: 325907
URL: http://svnweb.freebsd.org/changeset/ports/325907

Log:
  - Finish conversion to perl5 framework
    In global context we already have perl for build, with PERL we need perl
    for run
  
  With hat:	perl@

Modified:
  head/archivers/rpm5/Makefile

Modified: head/archivers/rpm5/Makefile
==============================================================================
--- head/archivers/rpm5/Makefile	Sun Sep  1 19:14:36 2013	(r325906)
+++ head/archivers/rpm5/Makefile	Sun Sep  1 19:18:06 2013	(r325907)
@@ -55,7 +55,7 @@ CONFIGURE_ARGS+=--without-lua \
 .if ${PORT_OPTIONS:MPERL}
 CONFIGURE_ARGS+=--with-perl
 CONFIGURE_ENV+=	__PERL=${PERL}
-USE_PERL5=	yes
+USE_PERL5+=	run
 PLIST_SUB+=	PERL=""
 .else
 CONFIGURE_ARGS+=--without-perl



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