diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-06 01:28:22 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-06 01:28:22 +0000 |
commit | 57c00223d04bb0f55e26ec4a558265cc703db1e4 (patch) | |
tree | 3249671a74c0166d3d7391fb6ae8fd63f48f4ed6 /graphics | |
parent | ff5d44386a0f35ef76ea2aadca5946fa10b8e982 (diff) | |
download | ports-57c00223d04bb0f55e26ec4a558265cc703db1e4.tar.gz ports-57c00223d04bb0f55e26ec4a558265cc703db1e4.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/qgis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 792437d56514..75981469ad92 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -7,6 +7,7 @@ PORTNAME= qgis PORTVERSION= 0.7.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR=${PORTNAME} @@ -16,7 +17,7 @@ COMMENT= A Geographical Information System (GIS) data viewer LIB_DEPENDS= geos:${PORTSDIR}/graphics/geos \ proj:${PORTSDIR}/graphics/proj \ - gsl:${PORTSDIR}/math/gsl \ + gsl.9:${PORTSDIR}/math/gsl \ gdal:${PORTSDIR}/graphics/gdal BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake |