summaryrefslogtreecommitdiff
path: root/editors/texworks/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-01-11 08:09:38 +0000
committerwiz <wiz@pkgsrc.org>2018-01-11 08:09:38 +0000
commit40b553c6080f6728402c47d4c3194599d547e7ee (patch)
tree1d3656483e7b778bb3778ea8f6a3f46eb9ed2c92 /editors/texworks/Makefile
parent0968e75aa3570aa6103f1e1b8bba2485fb6e5e04 (diff)
downloadpkgsrc-40b553c6080f6728402c47d4c3194599d547e7ee.tar.gz
texworks: mark as broken due to poppler-qt4 removal
Diffstat (limited to 'editors/texworks/Makefile')
-rw-r--r--editors/texworks/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile
index 4f5e9dc6f25..e10d6c5cb63 100644
--- a/editors/texworks/Makefile
+++ b/editors/texworks/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2017/12/08 08:52:57 maya Exp $
+# $NetBSD: Makefile,v 1.47 2018/01/11 08:09:38 wiz Exp $
DISTNAME= texworks-0.6.1
PKGREVISION= 5
@@ -12,6 +12,8 @@ HOMEPAGE= http://www.tug.org/texworks/
COMMENT= Simple TeX front-end program
LICENSE= gnu-gpl-v2
+BROKEN= Needs poppler with qt4 support.
+
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config gmake
USE_CMAKE= yes
@@ -29,7 +31,7 @@ pre-configure:
BUILDLINK_DEPMETHOD.qt4-tools= full
.include "../../devel/zlib/buildlink3.mk"
-.include "../../print/poppler-qt4/buildlink3.mk"
+#.include "../../print/poppler-qt4/buildlink3.mk"
.include "../../textproc/hunspell/buildlink3.mk"
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../x11/qt4-tools/buildlink3.mk"