svn commit: r315752 - head/graphics/qgis

Wen Heping wen at FreeBSD.org
Sun Apr 7 11:58:05 UTC 2013


Author: wen
Date: Sun Apr  7 11:58:04 2013
New Revision: 315752
URL: http://svnweb.freebsd.org/changeset/ports/315752

Log:
  - Fix build
  
  Approved by:	portmgr(miwi@)

Modified:
  head/graphics/qgis/Makefile

Modified: head/graphics/qgis/Makefile
==============================================================================
--- head/graphics/qgis/Makefile	Sun Apr  7 07:12:32 2013	(r315751)
+++ head/graphics/qgis/Makefile	Sun Apr  7 11:58:04 2013	(r315752)
@@ -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 at 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


More information about the svn-ports-head mailing list