summaryrefslogtreecommitdiff
path: root/math/asir2000
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-08-07 16:18:47 +0000
committerPatrick Li <pat@FreeBSD.org>2002-08-07 16:18:47 +0000
commit68d6e27e9ec79f6a86c45eb19cecfb37b0c05d2b (patch)
tree15d01c0cd1828a3efc2a5e1fa6a4cd6a06b9b29d /math/asir2000
parentUpdate to 2.2.3.a (diff)
Bump shared library version after pari-devel update
Notes
Notes: svn path=/head/; revision=64154
Diffstat (limited to 'math/asir2000')
-rw-r--r--math/asir2000/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile
index 4158be2f81fc..7c9580b1e132 100644
--- a/math/asir2000/Makefile
+++ b/math/asir2000/Makefile
@@ -39,7 +39,7 @@ PARI_VERSION= `${GREP} PORTVERSION ${PARI_DIR}/Makefile | cut -f 2`
LIB_DEPENDS+= pari.1:${OLD_PARI_DIR}
PARI= -oldpari
.else
-LIB_DEPENDS+= pari-2.2.0:${PARI_DIR}
+LIB_DEPENDS+= pari-2.2.3:${PARI_DIR}
PARI= -pari
.endif