diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-05-11 15:12:06 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-05-11 15:12:06 +0000 |
commit | 2212408e6921e0d00a9d38c85c71feb4957a7bc3 (patch) | |
tree | 869b3f75a9d45c170b75fcadb287834b56f72181 /math/asymptote | |
parent | d74ec151602e0abbb6b4eaf00038e0746eae1949 (diff) | |
download | ports-2212408e6921e0d00a9d38c85c71feb4957a7bc3.tar.gz ports-2212408e6921e0d00a9d38c85c71feb4957a7bc3.zip |
Notes
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 \ |