diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 19:37:25 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 19:37:25 +0000 |
commit | ee161386d4cacfa5a6c03f35e393db16494e167c (patch) | |
tree | e4fdefc9a19eda4c3f2c2b9291526417df0ebb1f /editors | |
parent | 3a0077e4aff3cb813925c9a0aca42660b04d2076 (diff) | |
download | ports-ee161386d4cacfa5a6c03f35e393db16494e167c.tar.gz ports-ee161386d4cacfa5a6c03f35e393db16494e167c.zip |
Notes
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 |