diff options
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 04b9d01f236c..65a98de00c0a 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -7,7 +7,7 @@ PORTNAME= asymptote PORTVERSION= 2.04 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ SF/${PORTNAME}/${PORTNAME}/old/${PORTVERSION} @@ -21,7 +21,7 @@ COMMENT= A powerful script-based vector graphics language LIB_DEPENDS+= gsl.16:${PORTSDIR}/math/gsl .endif .if defined(WITH_FFTW) -LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 +LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 .endif BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ dvips:${PORTSDIR}/print/dvipsk-tetex \ |