diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-06-29 13:46:43 +0800 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-06-29 13:46:43 +0800 |
commit | b9ba1ad61ec8ac4f754fdbd3e762691564d11838 (patch) | |
tree | e643e74666458bfc6f67e70b390fbf4594583163 /graphics/qgis | |
parent | 59d5387029bc0989baa5684776c438795412513b (diff) | |
download | freebsd-ports-gnome-b9ba1ad61ec8ac4f754fdbd3e762691564d11838.tar.gz freebsd-ports-gnome-b9ba1ad61ec8ac4f754fdbd3e762691564d11838.tar.zst freebsd-ports-gnome-b9ba1ad61ec8ac4f754fdbd3e762691564d11838.zip |
chase math/gsl lib version
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 b083aadfc485..f38ddd86ed94 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -7,7 +7,7 @@ PORTNAME= qgis PORTVERSION= 0.7.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR=${PORTNAME} @@ -17,7 +17,7 @@ COMMENT= A Geographical Information System (GIS) data viewer LIB_DEPENDS= geos:${PORTSDIR}/graphics/geos \ proj:${PORTSDIR}/graphics/proj \ - gsl.9:${PORTSDIR}/math/gsl \ + gsl.10:${PORTSDIR}/math/gsl \ gdal:${PORTSDIR}/graphics/gdal BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake |