diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-05 21:43:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-05 21:43:10 +0000 |
commit | e0d44c405e805cdc9706ead894f5d19f644f0f55 (patch) | |
tree | 7cb65c68bf40cc6129c674e672ade7604e118918 /math/asir2000 | |
parent | - Update to 2.3.0 (diff) |
- Remove math/pari-devel port
Diffstat (limited to 'math/asir2000')
-rw-r--r-- | math/asir2000/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile index 6d6884cf76bf..5bdf3d52f8ab 100644 --- a/math/asir2000/Makefile +++ b/math/asir2000/Makefile @@ -7,6 +7,7 @@ PORTNAME= asir PORTVERSION= 20060417 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.jssac.org/pub/distfiles/asir/ \ ftp://ftp.asir.org/pub/asir/src/ \ @@ -17,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.2:${PORTSDIR}/math/pari-devel +LIB_DEPENDS= pari.2:${PORTSDIR}/math/pari GNU_CONFIGURE= yes USE_AUTOTOOLS= automake:15 autoconf:253 |