diff options
author | tcberner <tcberner@FreeBSD.org> | 2019-03-17 03:37:25 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2019-03-17 03:37:25 +0800 |
commit | 551ad2a1e96181840f2a578415d1de0f8a7ac129 (patch) | |
tree | e4fdefc9a19eda4c3f2c2b9291526417df0ebb1f /editors | |
parent | 7079fd18dfddb2f5deaa012ac368c43d3d4876f5 (diff) | |
download | freebsd-ports-gnome-551ad2a1e96181840f2a578415d1de0f8a7ac129.tar.gz freebsd-ports-gnome-551ad2a1e96181840f2a578415d1de0f8a7ac129.tar.zst freebsd-ports-gnome-551ad2a1e96181840f2a578415d1de0f8a7ac129.zip |
archivers/quazip: remove flavors (Qt4 deprecation)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/texstudio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/texstudio/Makefile b/editors/texstudio/Makefile index f3ef30379dfc..9326f73802a6 100644 --- a/editors/texstudio/Makefile +++ b/editors/texstudio/Makefile @@ -2,7 +2,7 @@ PORTNAME= texstudio DISTVERSION= 2.12.14 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors MAINTAINER= rigoletto@FreeBSD.org @@ -16,7 +16,7 @@ BROKEN_armv6= fails to compile: error: no member named mc_eip in __mcontext LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell \ libpoppler.so:graphics/poppler \ libpoppler-qt5.so:graphics/poppler-qt5 \ - libquazip5.so:archivers/quazip@qt5 + libquazip5.so:archivers/quazip USES= compiler:c++11-lang desktop-file-utils dos2unix \ ghostscript:run gl pkgconfig qmake qt:5 |