pkgsrc/graphics/netpbm/options.mk
nia 6d7f52b438 netpbm: Disable jp2 support by default
Re-enable it with the 'jasper' option.

Part of the process of trying to minimize the potential impact of a
vulnerable jasper.

Bump PKGREVISION
2019-07-16 22:37:17 +00:00

12 lines
286 B
Makefile

# $NetBSD: options.mk,v 1.1 2019/07/16 22:37:17 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.netpbm
PKG_SUPPORTED_OPTIONS= jasper
.include "../../mk/bsd.options.mk"
PLIST_VARS+= jasper
.if !empty(PKG_OPTIONS:Mjasper)
.include "../../graphics/jasper/buildlink3.mk"
PLIST.jasper= yes
.endif