diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-04-14 11:09:16 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-04-14 11:09:16 +0000 |
commit | cbfa894960be092c857813e30de4a757c7d24dae (patch) | |
tree | 33237469693a3ad86376bfbb673be14bf4755da6 /graphics/qgis/Makefile | |
parent | 9de0af7c511c66013f938adf2de5cfbdea97869a (diff) |
devel/qca, devel/qca-qt5 -- create flavors
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14651
Notes
Notes:
svn path=/head/; revision=467306
Diffstat (limited to 'graphics/qgis/Makefile')
-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 2e56a0e2dafe..3162923c5a30 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -4,7 +4,7 @@ PORTNAME= qgis DISTVERSIONPREFIX= final- DISTVERSION= 2_18_17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics geography MAINTAINER= rhurlin@gwdg.de @@ -18,7 +18,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ libgeos.so:graphics/geos \ libgsl.so:math/gsl \ libproj.so:graphics/proj \ - libqca.so:devel/qca \ + libqca.so:devel/qca@qt4 \ libqjson.so:devel/qjson \ libqscintilla2_qt4.so:devel/qscintilla2 \ libqwt.so:x11-toolkits/qwt5 \ |