1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Bump shared library version after pari-devel update

This commit is contained in:
Patrick Li 2002-08-07 16:18:47 +00:00
parent 07b4f6bbc6
commit 68d6e27e9e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64154

View File

@ -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