diff options
author | bf <bf@FreeBSD.org> | 2011-10-17 18:08:33 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-10-17 18:08:33 +0800 |
commit | c5df546f91d4ce945b2de2e01f71d31243158164 (patch) | |
tree | 28381e3e9e9a82d3a2b45f40fb8df8fd26cc5894 /databases/grass | |
parent | 86b4e4efcff2f1578c68c8821ff20594cc982a82 (diff) | |
download | freebsd-ports-gnome-c5df546f91d4ce945b2de2e01f71d31243158164.tar.gz freebsd-ports-gnome-c5df546f91d4ce945b2de2e01f71d31243158164.tar.zst freebsd-ports-gnome-c5df546f91d4ce945b2de2e01f71d31243158164.zip |
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)
Suggestions and patches from: ache, C. Burns, wen
Diffstat (limited to 'databases/grass')
-rw-r--r-- | databases/grass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/grass/Makefile b/databases/grass/Makefile index bd665b4fe0dc..4bde492639bf 100644 --- a/databases/grass/Makefile +++ b/databases/grass/Makefile @@ -7,7 +7,7 @@ PORTNAME= grass PORTVERSION= 6.4.0 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 2 CATEGORIES= databases geography MASTER_SITES= http://grass.itc.it/grass64/source/ \ @@ -38,7 +38,7 @@ RUN_DEPENDS= proj:${PORTSDIR}/graphics/proj \ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ png.6:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg \ - fftw3.5:${PORTSDIR}/math/fftw3 \ + fftw3:${PORTSDIR}/math/fftw3 \ freetype.9:${PORTSDIR}/print/freetype2 USE_GMAKE= yes |