diff options
author | ahze <ahze@FreeBSD.org> | 2006-05-11 23:12:06 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-05-11 23:12:06 +0800 |
commit | 203e1b02856fda7821ba5214272240ca29418fca (patch) | |
tree | 3c56c347254b62b06bf4e7341777e57ebb8201d1 /math/asymptote | |
parent | 5868b771b0fcac9015e9999a24e198f586cbfb55 (diff) | |
download | freebsd-ports-gnome-203e1b02856fda7821ba5214272240ca29418fca.tar.gz freebsd-ports-gnome-203e1b02856fda7821ba5214272240ca29418fca.tar.zst freebsd-ports-gnome-203e1b02856fda7821ba5214272240ca29418fca.zip |
- Chase fftw3 libver bump
Diffstat (limited to 'math/asymptote')
-rw-r--r-- | math/asymptote/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index d7ff36393f99..d65c5daf4269 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -7,6 +7,7 @@ PORTNAME= asymptote PORTVERSION= 1.04 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= nivit@email.it COMMENT= A powerful script-based vector graphics language -LIB_DEPENDS= fftw3.3:${PORTSDIR}/math/fftw3 +LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 BUILD_DEPENDS= ${NOEXISTENT}:${PORTSDIR}/devel/boehm-gc:fetch \ convert:${PORTSDIR}/graphics/ImageMagick \ latex:${PORTSDIR}/print/teTeX \ |