pkgsrc/print/ghostscript/buildlink3.mk
wiz 4e3b1b97c2 librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
2020-03-10 22:08:37 +00:00

23 lines
703 B
Makefile

# $NetBSD: buildlink3.mk,v 1.33 2020/03/10 22:08:58 wiz Exp $
BUILDLINK_TREE+= ghostscript
.if !defined(GHOSTSCRIPT_BUILDLINK3_MK)
GHOSTSCRIPT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ghostscript+= ghostscript>=8.63nb1
BUILDLINK_ABI_DEPENDS.ghostscript+= ghostscript>=9.05nb21
BUILDLINK_PKGSRCDIR.ghostscript?= ../../print/ghostscript
pkgbase := ghostscript
.include "../../mk/pkg-build-options.mk"
.if !empty(PKG_BUILD_OPTIONS.ghostscript:Mghostscript-agpl)
.include "../../print/ghostscript-agpl/buildlink3.mk"
.elif !empty(PKG_BUILD_OPTIONS.ghostscript:Mghostscript-gpl)
.include "../../print/ghostscript-gpl/buildlink3.mk"
.endif
.endif # GHOSTSCRIPT_BUILDLINK3_MK
BUILDLINK_TREE+= -ghostscript