6d7f52b438
Re-enable it with the 'jasper' option. Part of the process of trying to minimize the potential impact of a vulnerable jasper. Bump PKGREVISION
12 lines
286 B
Makefile
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
|