diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-04-08 13:53:22 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-04-08 13:53:22 +0000 |
commit | d369e5c287c06a3ad512ee7c9a4d4d828c1d2f01 (patch) | |
tree | 70c2049bf7cb81daf29a37481d1586373dd5ba80 /graphics/qgis | |
parent | 88133fe808126a7e44e982994d4fbbee2e96ae0a (diff) |
Notes
Diffstat (limited to 'graphics/qgis')
-rw-r--r-- | graphics/qgis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 5328b0b5c149..b86ef834ea4e 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -7,7 +7,7 @@ PORTNAME= qgis PORTVERSION= 0.7.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics geography MASTER_SITES= SF @@ -16,7 +16,7 @@ COMMENT= Geographical Information System (GIS) data viewer LIB_DEPENDS= geos:${PORTSDIR}/graphics/geos \ proj:${PORTSDIR}/graphics/proj \ - gsl.10:${PORTSDIR}/math/gsl \ + gsl.12:${PORTSDIR}/math/gsl \ gdal:${PORTSDIR}/graphics/gdal BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake |