diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 20:16:24 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 20:16:24 +0000 |
commit | e7527e8c5937d9c55c2ced375acfd7497c70fc14 (patch) | |
tree | 822b0bc7f9dca1817f29e51b2a298a08f24897f9 /graphics | |
parent | 39f4d990d66f3409af8d955b835822feb7ddd2fc (diff) | |
download | freebsd-ports-e7527e8c5937d9c55c2ced375acfd7497c70fc14.zip |
devel/qca: remove flavors (Qt4 deprecation)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/okular/Makefile | 3 | ||||
-rw-r--r-- | graphics/qgis-ltr/Makefile | 4 | ||||
-rw-r--r-- | graphics/qgis/Makefile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/graphics/okular/Makefile b/graphics/okular/Makefile index 3ce05c89a325..a43b2a0e6256 100644 --- a/graphics/okular/Makefile +++ b/graphics/okular/Makefile @@ -2,6 +2,7 @@ PORTNAME= okular DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -19,7 +20,7 @@ LIB_DEPENDS= libchm.so:misc/chmlib \ libqmobipocket.so:graphics/kdegraphics-mobipocket \ libpoppler.so:graphics/poppler \ libpoppler-qt5.so:graphics/poppler-qt5 \ - libqca-qt5.so:devel/qca@qt5 \ + libqca-qt5.so:devel/qca \ libspectre.so:print/libspectre \ libtiff.so:graphics/tiff \ libzip.so:archivers/libzip diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile index e4ab55216d7b..5ffe8b8c0082 100644 --- a/graphics/qgis-ltr/Makefile +++ b/graphics/qgis-ltr/Makefile @@ -4,7 +4,7 @@ PORTNAME= qgis DISTVERSIONPREFIX= final- DISTVERSION= 3_4_5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics geography PKGNAMESUFFIX= -ltr @@ -66,7 +66,7 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ libhdf5.so:science/hdf5 \ libnetcdf.so:science/netcdf \ libproj.so:graphics/proj \ - libqca-qt5.so:devel/qca@qt5 \ + libqca-qt5.so:devel/qca \ libqjson-qt5.so:devel/qjson \ libqscintilla2_qt5.so:devel/qscintilla2-qt5 \ libqt5keychain.so:security/qtkeychain \ diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index b4b4c3384b70..d957b1e2e82c 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -4,7 +4,7 @@ PORTNAME= qgis DISTVERSIONPREFIX= final- DISTVERSION= 3_6_0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics geography MAINTAINER= rhurlin@gwdg.de @@ -65,7 +65,7 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ libhdf5.so:science/hdf5 \ libnetcdf.so:science/netcdf \ libproj.so:graphics/proj \ - libqca-qt5.so:devel/qca@qt5 \ + libqca-qt5.so:devel/qca \ libqjson-qt5.so:devel/qjson \ libqscintilla2_qt5.so:devel/qscintilla2-qt5 \ libqt5keychain.so:security/qtkeychain \ |