diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2009-03-29 04:06:43 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2009-03-29 04:06:43 +0800 |
commit | 54b31f3e4cb24585d8d68d061a449a3a4baa46f2 (patch) | |
tree | 82e1e2a96240e0e08b98567034a878ebb8207274 /math | |
parent | a1dab9c53c1d5410e01c0905fd0e7eff8abbba6d (diff) | |
download | freebsd-ports-graphics-54b31f3e4cb24585d8d68d061a449a3a4baa46f2.tar.gz freebsd-ports-graphics-54b31f3e4cb24585d8d68d061a449a3a4baa46f2.tar.zst freebsd-ports-graphics-54b31f3e4cb24585d8d68d061a449a3a4baa46f2.zip |
- Bump PORTREVISION and shared library name for math/pari update
Notified by: erwin
Diffstat (limited to 'math')
-rw-r--r-- | math/asir2000/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile index 4797e6945b0..3364718f462 100644 --- a/math/asir2000/Makefile +++ b/math/asir2000/Makefile @@ -7,7 +7,7 @@ PORTNAME= asir PORTVERSION= 20070806 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= ftp://ftp.jssac.org/pub/distfiles/asir/ \ ftp://ftp.asir.org/pub/asir/src/ \ @@ -18,7 +18,7 @@ EXTRACT_ONLY= ${ASIR_SRC} MAINTAINER= saito@asir.org COMMENT= The system Risa/Asir is a general computer algebra system -LIB_DEPENDS= pari.2:${PORTSDIR}/math/pari +LIB_DEPENDS= pari-gmp.2:${PORTSDIR}/math/pari USE_XORG= x11 xaw xext xt GNU_CONFIGURE= yes |