964bedc046
note: script detailed in `man revbump` insisted on bumping pkgrevision of print/poppler, it's probably wrong, but not committing this change is wronger.
15 lines
448 B
Makefile
15 lines
448 B
Makefile
# $NetBSD: buildlink3.mk,v 1.32 2017/12/08 08:52:56 maya Exp $
|
|
|
|
BUILDLINK_TREE+= poppler-cpp
|
|
|
|
.if !defined(POPPLER_CPP_BUILDLINK3_MK)
|
|
POPPLER_CPP_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.poppler-cpp+= poppler-cpp>=0.16.7
|
|
BUILDLINK_ABI_DEPENDS.poppler-cpp+= poppler-cpp>=0.61.1nb1
|
|
BUILDLINK_PKGSRCDIR.poppler-cpp?= ../../print/poppler-cpp
|
|
|
|
.include "../../print/poppler/buildlink3.mk"
|
|
.endif # POPPLER_CPP_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -poppler-cpp
|