8b514ff842
Changelog: Release 0.59.0 core: * Fix infinite recursion in NameTree parsing in broken files utils: * pdfunite: Fix API porting error that caused abort in some cases * pdfinfo: Fix crashes and memory leaks when using -dests * pdfinfo: use GooString.append instead of sprintf/strcat * pdfimages: Fix warning when compiling with cygwin build system: * Fix cygwin 32-bit compile * cmake tweaks
15 lines
446 B
Makefile
15 lines
446 B
Makefile
# $NetBSD: buildlink3.mk,v 1.16 2017/09/04 19:57:18 ryoon Exp $
|
|
|
|
BUILDLINK_TREE+= poppler-qt5
|
|
|
|
.if !defined(POPPLER_QT5_BUILDLINK3_MK)
|
|
POPPLER_QT5_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.poppler-qt5+= poppler-qt5>=0.26.0
|
|
BUILDLINK_ABI_DEPENDS.poppler-qt5?= poppler-qt5>=0.59.0
|
|
BUILDLINK_PKGSRCDIR.poppler-qt5?= ../../print/poppler-qt5
|
|
|
|
.include "../../print/poppler/buildlink3.mk"
|
|
.endif # POPPLER_QT5_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -poppler-qt5
|