diff options
| author | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-17 10:08:33 +0000 |
|---|---|---|
| committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-17 10:08:33 +0000 |
| commit | ac39d25cb13d645037681dbc65360f16ba857b56 (patch) | |
| tree | ef5a113874cbd7573264f2676a0bdd4290666ea2 /math/asymptote | |
| parent | - Update to 2.8.3 (diff) | |
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)
Suggestions and patches from: ache, C. Burns, wen
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 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 \ |
