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/labplot | |
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/labplot')
-rw-r--r-- | math/labplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/labplot/Makefile b/math/labplot/Makefile index a86ba6cc76dc..176ce6c9eb17 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -7,7 +7,7 @@ PORTNAME= LabPlot PORTVERSION= 1.5.0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=labplot @@ -20,7 +20,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ audiofile.0:${PORTSDIR}/audio/libaudiofile \ gsl.9:${PORTSDIR}/math/gsl \ jasper.4:${PORTSDIR}/graphics/jasper \ - fftw3.3:${PORTSDIR}/math/fftw3 \ + fftw3.4:${PORTSDIR}/math/fftw3 \ netcdf:${PORTSDIR}/science/netcdf \ qwtplot3d.0:${PORTSDIR}/math/qwtplot3d RUN_DEPENDS= pstoedit:${PORTSDIR}/graphics/pstoedit |