diff options
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 |