diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-03-11 18:05:42 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-03-11 18:05:42 +0800 |
commit | dcc9e8b200ab8a5206092584aca720a00b4a1b93 (patch) | |
tree | 00171acdfce93a0b16b627e2f4add8474ac7da35 /editors/texstudio | |
parent | 626ea67df28655224dfc009495f8f256db40402f (diff) | |
download | freebsd-ports-gnome-dcc9e8b200ab8a5206092584aca720a00b4a1b93.tar.gz freebsd-ports-gnome-dcc9e8b200ab8a5206092584aca720a00b4a1b93.tar.zst freebsd-ports-gnome-dcc9e8b200ab8a5206092584aca720a00b4a1b93.zip |
Convert archivers/quazip and archivers/quazip-qt5 into flavors
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14640
Diffstat (limited to 'editors/texstudio')
-rw-r--r-- | editors/texstudio/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/texstudio/Makefile b/editors/texstudio/Makefile index c019911ec9d9..d42a9b49f26d 100644 --- a/editors/texstudio/Makefile +++ b/editors/texstudio/Makefile @@ -2,7 +2,7 @@ PORTNAME= texstudio PORTVERSION= 2.11.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/TeXstudio%20${PORTVERSION} @@ -39,12 +39,12 @@ QMAKE_ARGS= USE_SYSTEM_HUNSPELL=true USE_SYSTEM_QUAZIP=true TOOLKIT_DESC= Qt toolkit QT4_USE= ${_USE_QT4:S/^/QT4=/} QT4_LIB_DEPENDS=libpoppler-qt4.so:graphics/poppler-qt4 \ - libquazip.so:archivers/quazip + libquazip.so:archivers/quazip@qt4 QT4_QMAKE_ON= QUAZIP_INCLUDE="${LOCALBASE}/include/quazip" \ QUAZIP_LIB="-lquazip" QT5_USE= ${_USE_QT5:S/^/QT5=/} QT5_LIB_DEPENDS=libpoppler-qt5.so:graphics/poppler-qt5 \ - libquazip5.so:archivers/quazip-qt5 + libquazip5.so:archivers/quazip@qt5 QT5_QMAKE_ON= QUAZIP_INCLUDE="${LOCALBASE}/include/quazip5" \ QUAZIP_LIB="-lquazip5" |