diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-12-02 04:33:45 +0800 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-12-02 04:33:45 +0800 |
commit | 7cb3294da78ddd596f197b8f599a9bc3f3c83eac (patch) | |
tree | 1c72184bc6e535e324c3903ec7138b0daceaed97 /math/asymptote | |
parent | 8b1dce6212c686a1fbedd71ad7127d0dfc2cb54e (diff) | |
download | freebsd-ports-gnome-7cb3294da78ddd596f197b8f599a9bc3f3c83eac.tar.gz freebsd-ports-gnome-7cb3294da78ddd596f197b8f599a9bc3f3c83eac.tar.zst freebsd-ports-gnome-7cb3294da78ddd596f197b8f599a9bc3f3c83eac.zip |
Chase math/gsl update,
bump PORTREVISION
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 3d55395672ff..b31c87789f0a 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -7,7 +7,7 @@ PORTNAME= asymptote PORTVERSION= 1.75 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/old/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -17,7 +17,7 @@ MAINTAINER= nivit@FreeBSD.org COMMENT= A powerful script-based vector graphics language .if defined(WITH_GSL) -LIB_DEPENDS+= gsl.13:${PORTSDIR}/math/gsl +LIB_DEPENDS+= gsl.14:${PORTSDIR}/math/gsl .endif .if defined(WITH_FFTW) LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 |