diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-08-07 16:18:47 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-08-07 16:18:47 +0000 |
commit | 68d6e27e9ec79f6a86c45eb19cecfb37b0c05d2b (patch) | |
tree | 15d01c0cd1828a3efc2a5e1fa6a4cd6a06b9b29d /math/asir2000 | |
parent | 07b4f6bbc6730c286c88bbe2ce87ca91b064d59b (diff) | |
download | ports-68d6e27e9ec79f6a86c45eb19cecfb37b0c05d2b.tar.gz ports-68d6e27e9ec79f6a86c45eb19cecfb37b0c05d2b.zip |
Notes
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 |