summaryrefslogtreecommitdiff
path: root/print/poppler/Makefile.common
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2020-03-01 11:18:58 +0000
committermarkd <markd@pkgsrc.org>2020-03-01 11:18:58 +0000
commit375c43c1a6209b00fba75d9a8ebeeac094710122 (patch)
tree14101d89ead3d1acdd82d358a01d909ff72af5b1 /print/poppler/Makefile.common
parent08810e976ef5c0e0db6ccf003a04f7fa599eed35 (diff)
downloadpkgsrc-375c43c1a6209b00fba75d9a8ebeeac094710122.tar.gz
poppler*: reenable splash backend - needed to display output in poppler-qt
based backends. also add nss dependency and be explicit in the tiff dependency.
Diffstat (limited to 'print/poppler/Makefile.common')
-rw-r--r--print/poppler/Makefile.common6
1 files changed, 2 insertions, 4 deletions
diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common
index ec031a87247..2419a1119cf 100644
--- a/print/poppler/Makefile.common
+++ b/print/poppler/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.114 2020/01/10 13:24:18 wiz Exp $
+# $NetBSD: Makefile.common,v 1.115 2020/03/01 11:18:58 markd Exp $
#
# used by print/poppler/Makefile
# used by print/poppler-cpp/Makefile
@@ -25,12 +25,10 @@ USE_LANGUAGES= c c++14
USE_TOOLS+= pkg-config
GCC_REQD+= 5
-# Don't accidentally find libtiff
-CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_TIFF=TRUE
-
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
BUILDLINK_TRANSFORM+= rm:-fno-check-new
.endif
+.include "../../devel/boost-headers/buildlink3.mk"
.include "../../graphics/openjpeg/buildlink3.mk"