diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-03-29 01:12:27 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-03-29 01:12:27 +0000 |
commit | 6905d4a0d8518b83f28bf41330e381a8128dc0b4 (patch) | |
tree | 30905f5c5ec570d5180cc95b3ca4699a84635835 /math/asymptote | |
parent | d53fd93f0b690c56a78a292c01f0fe87b04480d1 (diff) | |
download | ports-6905d4a0d8518b83f28bf41330e381a8128dc0b4.tar.gz ports-6905d4a0d8518b83f28bf41330e381a8128dc0b4.zip |
Notes
Diffstat (limited to 'math/asymptote')
-rw-r--r-- | math/asymptote/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index 922cf8f9d0d8..0a802831b8ca 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -7,7 +7,7 @@ PORTNAME= asymptote PORTVERSION= 1.91 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ SF/${PORTNAME}/${PORTNAME}/old/${PORTVERSION} @@ -18,7 +18,7 @@ MAINTAINER= nivit@FreeBSD.org COMMENT= A powerful script-based vector graphics language .if defined(WITH_GSL) -LIB_DEPENDS+= gsl.14:${PORTSDIR}/math/gsl +LIB_DEPENDS+= gsl.15:${PORTSDIR}/math/gsl .endif .if defined(WITH_FFTW) LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 |