diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-10-22 21:40:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-10-22 21:40:34 +0000 |
commit | 0ff711f6ccc20db08859656567d4827add0dca55 (patch) | |
tree | eab7816de5dbd8cf23118e3b0b8a5685434a6bb2 | |
parent | cc58fb0aa9d27e75f4b2118dbfedb9d5b2d3b3b7 (diff) | |
download | ports-0ff711f6ccc20db08859656567d4827add0dca55.tar.gz ports-0ff711f6ccc20db08859656567d4827add0dca55.zip |
Notes
-rw-r--r-- | databases/grass/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/grass/Makefile b/databases/grass/Makefile index 89b85bd376ef..100677317459 100644 --- a/databases/grass/Makefile +++ b/databases/grass/Makefile @@ -36,7 +36,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.6:${PORTSDIR}/math/fftw3 \ freetype.9:${PORTSDIR}/print/freetype2 USE_GMAKE= yes |