summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2018-01-11 10:04:17 +0000
committermarkd <markd@pkgsrc.org>2018-01-11 10:04:17 +0000
commita8716556aa35bf54689e264b43ed915e28feaf4e (patch)
tree4ee74060b4a6d9a504e1db5cc4596f55311bb60a /editors
parent66649b46e0af4771599f8c701d085a13d67a3b71 (diff)
downloadpkgsrc-a8716556aa35bf54689e264b43ed915e28feaf4e.tar.gz
texstudio: switch to qt5
Diffstat (limited to 'editors')
-rw-r--r--editors/texstudio/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/editors/texstudio/Makefile b/editors/texstudio/Makefile
index 957d768d980..f284e466e9b 100644
--- a/editors/texstudio/Makefile
+++ b/editors/texstudio/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2018/01/10 22:31:08 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2018/01/11 10:04:17 markd Exp $
DISTNAME= texstudio-2.12.6
+PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=texstudio/}
@@ -9,8 +10,6 @@ HOMEPAGE= http://texstudio.sourceforge.net/
COMMENT= Integrated writing environment for creating LaTeX documents
LICENSE= gnu-gpl-v2
-BROKEN= Needs to be converted to qt5
-
WRKSRC= ${WRKDIR}/${DISTNAME:S/-//}
USE_TOOLS+= pkg-config
@@ -33,8 +32,10 @@ do-configure:
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../x11/qt4-tools/buildlink3.mk"
-#.include "../../print/poppler-qt4/buildlink3.mk"
-#.include "../../print/poppler-includes/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtscript/buildlink3.mk"
+.include "../../x11/qt5-qtsvg/buildlink3.mk"
+.include "../../x11/qt5-qttools/buildlink3.mk"
+.include "../../print/poppler-qt5/buildlink3.mk"
+.include "../../print/poppler-includes/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"