diff options
author | pat <pat@FreeBSD.org> | 2002-08-08 00:18:47 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-08-08 00:18:47 +0800 |
commit | 522918b5c9622817c0033d31bb9778518d467bc9 (patch) | |
tree | c6f8feaec28fe1760f853abddc60b3cea774c0ae /math/asir2000 | |
parent | 3da40cd9c5dc9604df5222f32150be53282e65a4 (diff) | |
download | freebsd-ports-gnome-522918b5c9622817c0033d31bb9778518d467bc9.tar.gz freebsd-ports-gnome-522918b5c9622817c0033d31bb9778518d467bc9.tar.zst freebsd-ports-gnome-522918b5c9622817c0033d31bb9778518d467bc9.zip |
Bump shared library version after pari-devel update
Diffstat (limited to 'math/asir2000')
-rw-r--r-- | math/asir2000/Makefile | 2 |
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 |