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 /graphics/xmorph | |
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 'graphics/xmorph')
-rw-r--r-- | graphics/xmorph/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xmorph/Makefile b/graphics/xmorph/Makefile index 2fc36c112c78..292c391169b6 100644 --- a/graphics/xmorph/Makefile +++ b/graphics/xmorph/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmorph PORTVERSION= 2006.03.04 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//g} MAINTAINER= ports@FreeBSD.org COMMENT= A digital image warping program -LIB_DEPENDS= fftw3.3:${PORTSDIR}/math/fftw3 +LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g} |