pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/clisp-pari
Module Name: pkgsrc
Committed By: nros
Date: Sun Oct 30 11:30:29 UTC 2022
Modified Files:
pkgsrc/math/clisp-pari: Makefile
Log Message:
clisp-pari: fix build by depending on pari23 instead of pari, revbump
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/clisp-pari/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/clisp-pari/Makefile
diff -u pkgsrc/math/clisp-pari/Makefile:1.9 pkgsrc/math/clisp-pari/Makefile:1.10
--- pkgsrc/math/clisp-pari/Makefile:1.9 Sat Nov 2 16:16:18 2019
+++ pkgsrc/math/clisp-pari/Makefile Sun Oct 30 11:30:29 2022
@@ -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 @@ COMMENT= CLISP pari module
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