diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-03-28 20:06:43 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-03-28 20:06:43 +0000 |
commit | e32e4e093105a335b7bceca9f55ddb37a5b0bf75 (patch) | |
tree | 7d1929b01933b96502386f37317f0b9e36f3407c /math/asir2000 | |
parent | b5a670a4ad85266e8417a94d2ae0015b3d7ad618 (diff) | |
download | ports-e32e4e093105a335b7bceca9f55ddb37a5b0bf75.tar.gz ports-e32e4e093105a335b7bceca9f55ddb37a5b0bf75.zip |
Notes
Diffstat (limited to 'math/asir2000')
-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 4797e6945b08..3364718f462c 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 |