diff options
author | wen <wen@FreeBSD.org> | 2010-03-29 09:12:27 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-03-29 09:12:27 +0800 |
commit | 2485fe149efc978d155393f33f5e726cede4736a (patch) | |
tree | 1ee635f2ee7443b3c01fb63f5769fdc72b2f74be /math/asymptote/Makefile | |
parent | 6f1eb824beba87cbcb6f9543780fd30fc64d302f (diff) | |
download | freebsd-ports-gnome-2485fe149efc978d155393f33f5e726cede4736a.tar.gz freebsd-ports-gnome-2485fe149efc978d155393f33f5e726cede4736a.tar.zst freebsd-ports-gnome-2485fe149efc978d155393f33f5e726cede4736a.zip |
- Bump PORTREVISION to chase the update of math/gsl
Diffstat (limited to 'math/asymptote/Makefile')
-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 |