summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-01-10 22:09:02 +0000
committerwiz <wiz@pkgsrc.org>2018-01-10 22:09:02 +0000
commit95bb5b4712cb7297ec284addd8ab1d5a43c205ae (patch)
tree98a373b8dae4bc332c242b50a09d559ca1aed199 /editors
parentf457277287e8417ee24e9d0531690d428103f891 (diff)
downloadpkgsrc-95bb5b4712cb7297ec284addd8ab1d5a43c205ae.tar.gz
texmaker: default to qt5 now that poppler-qt4 is gone.
Diffstat (limited to 'editors')
-rw-r--r--editors/texmaker/Makefile4
-rw-r--r--editors/texmaker/options.mk13
2 files changed, 5 insertions, 12 deletions
diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile
index 698948840a8..7e607a3cae6 100644
--- a/editors/texmaker/Makefile
+++ b/editors/texmaker/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.83 2017/12/08 08:52:56 maya Exp $
+# $NetBSD: Makefile,v 1.84 2018/01/10 22:09:02 wiz Exp $
DISTNAME= texmaker-4.5
-PKGREVISION= 26
+PKGREVISION= 27
CATEGORIES= editors
MASTER_SITES= http://www.xm1math.net/texmaker/
EXTRACT_SUFX= .tar.bz2
diff --git a/editors/texmaker/options.mk b/editors/texmaker/options.mk
index 0e757985c21..0ae83fd5aa5 100644
--- a/editors/texmaker/options.mk
+++ b/editors/texmaker/options.mk
@@ -1,10 +1,9 @@
-# $NetBSD: options.mk,v 1.2 2014/12/02 12:16:29 mef Exp $
-#
+# $NetBSD: options.mk,v 1.3 2018/01/10 22:09:02 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.texmaker
PKG_OPTIONS_REQUIRED_GROUPS= qt
-PKG_OPTIONS_GROUP.qt = qt4 qt5
-PKG_SUGGESTED_OPTIONS= qt4
+PKG_OPTIONS_GROUP.qt = qt5
+PKG_SUGGESTED_OPTIONS= qt5
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mqt5)
@@ -12,9 +11,3 @@ PKG_SUGGESTED_OPTIONS= qt4
.include "../../x11/qt5-qtwebkit/buildlink3.mk"
.include "../../print/poppler-qt5/buildlink3.mk"
.endif
-
-.if !empty(PKG_OPTIONS:Mqt4)
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../x11/qt4-tools/buildlink3.mk"
-.include "../../print/poppler-qt4/buildlink3.mk"
-.endif