pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/texmaker texmaker: default to qt5 now that pop...
details: https://anonhg.NetBSD.org/pkgsrc/rev/58ec6a848bea
branches: trunk
changeset: 373898:58ec6a848bea
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Jan 10 22:09:02 2018 +0000
description:
texmaker: default to qt5 now that poppler-qt4 is gone.
diffstat:
editors/texmaker/Makefile | 4 ++--
editors/texmaker/options.mk | 13 +++----------
2 files changed, 5 insertions(+), 12 deletions(-)
diffs (40 lines):
diff -r 1d9b78dbb96a -r 58ec6a848bea editors/texmaker/Makefile
--- a/editors/texmaker/Makefile Wed Jan 10 22:01:51 2018 +0000
+++ b/editors/texmaker/Makefile Wed Jan 10 22:09:02 2018 +0000
@@ -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 -r 1d9b78dbb96a -r 58ec6a848bea editors/texmaker/options.mk
--- a/editors/texmaker/options.mk Wed Jan 10 22:01:51 2018 +0000
+++ b/editors/texmaker/options.mk Wed Jan 10 22:09:02 2018 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index