pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/clisp-pari clisp-pari: fix build by depending on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f7842d0bb03
branches:  trunk
changeset: 387462:3f7842d0bb03
user:      nros <nros%pkgsrc.org@localhost>
date:      Sun Oct 30 11:30:29 2022 +0000

description:
clisp-pari: fix build by depending on pari23 instead of pari, revbump

diffstat:

 math/clisp-pari/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 382edfabac89 -r 3f7842d0bb03 math/clisp-pari/Makefile
--- a/math/clisp-pari/Makefile  Sun Oct 30 11:28:17 2022 +0000
+++ b/math/clisp-pari/Makefile  Sun Oct 30 11:30:29 2022 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2019/11/02 16:16:18 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2022/10/30 11:30:29 nros Exp $
 #
 
 CLISP_MODULE=  pari
 
 PKGNAME=       clisp-${CLISP_MODULE}-${CLISP_VERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=clisp/}
 
@@ -15,7 +15,7 @@
 MAKE_JOBS_SAFE=        no
 
 .include "../../lang/clisp/module.mk"
-.include "../../math/pari/buildlink3.mk"
+.include "../../math/pari23/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 
 ac_cv_libpari_libs=    -L${BUILDLINK_PREFIX.pari}/lib -l${PARI_LIB}



Home | Main Index | Thread Index | Old Index