Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2020 07:18:21 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535359 - head/math/pari
Message-ID:  <202005160718.04G7ILp5076121@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat May 16 07:18:20 2020
New Revision: 535359
URL: https://svnweb.freebsd.org/changeset/ports/535359

Log:
  math/pari: Add run to USE_PERL5
  
  Because it installs the perl script gphelp.
  
  Reported by:	thierry (via e-mail)

Modified:
  head/math/pari/Makefile

Modified: head/math/pari/Makefile
==============================================================================
--- head/math/pari/Makefile	Sat May 16 06:51:23 2020	(r535358)
+++ head/math/pari/Makefile	Sat May 16 07:18:20 2020	(r535359)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pari
 DISTVERSION=	2.11.4
+PORTREVISION=	1
 PORTEPOCH=	2
 CATEGORIES=	math
 MASTER_SITES=	http://pari.math.u-bordeaux.fr/pub/pari/unix/ \
@@ -20,7 +21,7 @@ LIB_DEPENDS=	libgmp.so:math/gmp
 
 USES=		perl5 readline
 USE_LDCONFIG=	yes
-USE_PERL5=	build
+USE_PERL5=	build run
 HAS_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	Configure
 CONFIGURE_ARGS=	--mandir=${MANPREFIX}/man/man1 \



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