From f649983f0e1683d19519f7e71feb401297487469 Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Sun, 7 Apr 2013 11:58:04 +0000 Subject: [PATCH] - Fix build Approved by: portmgr(miwi@) --- graphics/qgis/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 29526f43f3bb..44bec11afb66 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -3,6 +3,7 @@ PORTNAME= qgis PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= http://qgis.org/downloads/ \ http://download.osgeo.org/qgis/src/ @@ -11,12 +12,12 @@ MAINTAINER= wen@FreeBSD.org COMMENT= Geographical Information System (GIS) data viewer LIB_DEPENDS= geos:${PORTSDIR}/graphics/geos \ - proj.7:${PORTSDIR}/graphics/proj \ - gsl.16:${PORTSDIR}/math/gsl \ - qwt.5:${PORTSDIR}/x11-toolkits/qwt5 \ + proj:${PORTSDIR}/graphics/proj \ + gsl:${PORTSDIR}/math/gsl \ + qwt:${PORTSDIR}/x11-toolkits/qwt5 \ gdal:${PORTSDIR}/graphics/gdal \ - spatialite.4:${PORTSDIR}/databases/spatialite \ - spatialindex.2:${PORTSDIR}/devel/spatialindex + spatialite:${PORTSDIR}/databases/spatialite \ + spatialindex:${PORTSDIR}/devel/spatialindex USE_BZIP2= yes USE_PYTHON= yes