diff options
-rw-r--r-- | editors/texworks/Makefile | 6 |
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" |