summaryrefslogtreecommitdiff
path: root/editors/texstudio
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-01-10 22:31:08 +0000
committerwiz <wiz@pkgsrc.org>2018-01-10 22:31:08 +0000
commit84ab8111e625b11e1cda2b944809da1396a0e642 (patch)
treed8623527df1620b76cebae1723313f9f8674589c /editors/texstudio
parent694b067dd50f74cc289ca359f670861ca1afefca (diff)
downloadpkgsrc-84ab8111e625b11e1cda2b944809da1396a0e642.tar.gz
texstudio: mark as BROKEN
Needs removed poppler-qt4; or porting to qt5, but that does not build for me.
Diffstat (limited to 'editors/texstudio')
-rw-r--r--editors/texstudio/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/editors/texstudio/Makefile b/editors/texstudio/Makefile
index 77ff6e7fd5e..957d768d980 100644
--- a/editors/texstudio/Makefile
+++ b/editors/texstudio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2017/12/19 09:42:48 markd Exp $
+# $NetBSD: Makefile,v 1.17 2018/01/10 22:31:08 wiz Exp $
DISTNAME= texstudio-2.12.6
CATEGORIES= editors
@@ -9,6 +9,8 @@ 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,6 +35,6 @@ do-configure:
.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 "../../print/poppler-qt4/buildlink3.mk"
+#.include "../../print/poppler-includes/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"