freetype2: turn on png option by default

Enables e.g. noto-emoji-ttf to display correctly

Bump PKGREVISION.
This commit is contained in:
wiz 2022-04-12 23:38:13 +00:00
parent ffbc5b8808
commit d5ab2429c5
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.122 2022/01/04 13:16:17 ryoon Exp $
# $NetBSD: Makefile,v 1.123 2022/04/12 23:38:13 wiz Exp $
DISTNAME= freetype-2.11.1
PKGNAME= ${DISTNAME:S/-/2-/}
PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freetype/}
MASTER_SITES+= http://download.savannah.gnu.org/releases/freetype/

View file

@ -1,7 +1,8 @@
# $NetBSD: options.mk,v 1.4 2016/09/12 18:06:44 wiz Exp $
# $NetBSD: options.mk,v 1.5 2022/04/12 23:38:13 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.freetype2
PKG_SUPPORTED_OPTIONS= png
PKG_SUGGESTED_OPTIONS= png
.include "../../mk/bsd.options.mk"