diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-02 22:23:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-02 22:23:38 +0800 |
commit | da074647297b4a4b80f957eae57311da2e099a2f (patch) | |
tree | 573b4b0b6a91a0aece52fd6c116dc196d6c25312 /graphics | |
parent | 8feafee67e3c7c74519fba6a11ed5c677478e7b1 (diff) | |
download | freebsd-ports-gnome-da074647297b4a4b80f957eae57311da2e099a2f.tar.gz freebsd-ports-gnome-da074647297b4a4b80f957eae57311da2e099a2f.tar.zst freebsd-ports-gnome-da074647297b4a4b80f957eae57311da2e099a2f.zip |
Update to 3.2.0
Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12314395
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 e23982ea5b22..53c1ebebe4e4 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -4,6 +4,7 @@ PORTNAME= qgis DISTVERSIONPREFIX= final- DISTVERSION= 2_18_12 +PORTREVISION= 1 CATEGORIES= graphics geography MAINTAINER= rhurlin@gwdg.de @@ -23,7 +24,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ libqwt.so:x11-toolkits/qwt5 \ libspatialindex.so:devel/spatialindex \ libspatialite.so:databases/spatialite \ - libxerces-c-3.1.so:textproc/xerces-c3 + libxerces-c.so:textproc/xerces-c3 USES= bison cmake compiler:features cpe desktop-file-utils \ execinfo fortran gmake pyqt:4 python:2.7 sqlite:3 |