summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-04-12 23:38:13 +0000
committerwiz <wiz@pkgsrc.org>2022-04-12 23:38:13 +0000
commit209d148272d7c2a778ffd3f199f60b286f486bbc (patch)
tree6934b407fdad374f0cd88b7c78a6360487d80748 /graphics
parent30709c86db7558ded824ff824f2dafc6817916f3 (diff)
downloadpkgsrc-209d148272d7c2a778ffd3f199f60b286f486bbc.tar.gz
freetype2: turn on png option by default
Enables e.g. noto-emoji-ttf to display correctly Bump PKGREVISION.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/freetype2/Makefile3
-rw-r--r--graphics/freetype2/options.mk3
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/freetype2/Makefile b/graphics/freetype2/Makefile
index 0548992d3d4..e28d2badb1b 100644
--- a/graphics/freetype2/Makefile
+++ b/graphics/freetype2/Makefile
@@ -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/
diff --git a/graphics/freetype2/options.mk b/graphics/freetype2/options.mk
index 8fd5b75a5ba..149d8177bc1 100644
--- a/graphics/freetype2/options.mk
+++ b/graphics/freetype2/options.mk
@@ -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"