diff options
| author | Michael Johnson <ahze@FreeBSD.org> | 2005-04-18 17:01:25 +0000 |
|---|---|---|
| committer | Michael Johnson <ahze@FreeBSD.org> | 2005-04-18 17:01:25 +0000 |
| commit | 9b43ad759424fe602f9a5e733a76dc96d94a8666 (patch) | |
| tree | 66246a53cceafd3a7af1ced07824588accf90311 | |
| parent | - Update to 3.1.13 (diff) | |
- Use math/fftw3 for fftw support not math/fftw, math/fftw is not supported.
| -rw-r--r-- | graphics/vigra/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/vigra/Makefile b/graphics/vigra/Makefile index d6639f85cb58..fc20b89dafdf 100644 --- a/graphics/vigra/Makefile +++ b/graphics/vigra/Makefile @@ -11,6 +11,7 @@ PORTNAME= vigra PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -21,7 +22,7 @@ COMMENT= VIGRA stands for "Vision with Generic Algorithms" LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ png:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg \ - fftw:${PORTSDIR}/math/fftw + fftw3:${PORTSDIR}/math/fftw3 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ |
