diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ale/Makefile | 3 | ||||
-rw-r--r-- | graphics/luminance/Makefile | 3 | ||||
-rw-r--r-- | graphics/pfstmo/Makefile | 2 | ||||
-rw-r--r-- | graphics/qtpfsgui/Makefile | 3 | ||||
-rw-r--r-- | graphics/xmorph/Makefile | 4 |
5 files changed, 9 insertions, 6 deletions
diff --git a/graphics/ale/Makefile b/graphics/ale/Makefile index 764ab57..592389d 100644 --- a/graphics/ale/Makefile +++ b/graphics/ale/Makefile @@ -8,6 +8,7 @@ PORTNAME= ale PORTVERSION= 0.8.11.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://auricle.dyndns.org/ALE/download/ @@ -45,7 +46,7 @@ CONFIGURE_ARGS+= --with-colors=double --with-coords=double .if defined(WITHOUT_FFTW3) CONFIGURE_ARGS+= --without-fftw3 .else -LIB_DEPENDS+= fftw3.4:${PORTSDIR}/math/fftw3 +LIB_DEPENDS+= fftw3.5:${PORTSDIR}/math/fftw3 .endif .if defined(WITHOUT_IMAGEMAGICK) diff --git a/graphics/luminance/Makefile b/graphics/luminance/Makefile index e9a9eef..3733d5b50 100644 --- a/graphics/luminance/Makefile +++ b/graphics/luminance/Makefile @@ -7,6 +7,7 @@ PORTNAME= qtpfsgui PORTVERSION= 1.9.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF @@ -18,7 +19,7 @@ LIB_DEPENDS= exiv2.7:${PORTSDIR}/graphics/exiv2 \ jpeg.9:${PORTSDIR}/graphics/jpeg \ IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ tiff.4:${PORTSDIR}/graphics/tiff \ - fftw3f.4:${PORTSDIR}/math/fftw3-float + fftw3f.5:${PORTSDIR}/math/fftw3-float USE_QT_VER= 4 QT_COMPONENTS= corelib gui imageformats \ diff --git a/graphics/pfstmo/Makefile b/graphics/pfstmo/Makefile index 6706684..ee92621 100644 --- a/graphics/pfstmo/Makefile +++ b/graphics/pfstmo/Makefile @@ -35,7 +35,7 @@ MAN1= pfstmo_pattanaik00.1 \ .include <bsd.port.pre.mk> .if defined(WITH_FFTW3F) -LIB_DEPENDS+= fftw3f.4:${PORTSDIR}/math/fftw3-float +LIB_DEPENDS+= fftw3f.5:${PORTSDIR}/math/fftw3-float .endif .include <bsd.port.post.mk> diff --git a/graphics/qtpfsgui/Makefile b/graphics/qtpfsgui/Makefile index e9a9eef..3733d5b50 100644 --- a/graphics/qtpfsgui/Makefile +++ b/graphics/qtpfsgui/Makefile @@ -7,6 +7,7 @@ PORTNAME= qtpfsgui PORTVERSION= 1.9.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF @@ -18,7 +19,7 @@ LIB_DEPENDS= exiv2.7:${PORTSDIR}/graphics/exiv2 \ jpeg.9:${PORTSDIR}/graphics/jpeg \ IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ tiff.4:${PORTSDIR}/graphics/tiff \ - fftw3f.4:${PORTSDIR}/math/fftw3-float + fftw3f.5:${PORTSDIR}/math/fftw3-float USE_QT_VER= 4 QT_COMPONENTS= corelib gui imageformats \ diff --git a/graphics/xmorph/Makefile b/graphics/xmorph/Makefile index 429b99b..3c21661 100644 --- a/graphics/xmorph/Makefile +++ b/graphics/xmorph/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmorph PORTVERSION= 2006.08.17 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//g} @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//g} MAINTAINER= ports@FreeBSD.org COMMENT= A digital image warping program -LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 +LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g} |