summaryrefslogtreecommitdiff
path: root/graphics/freetype2/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/freetype2/options.mk')
-rw-r--r--graphics/freetype2/options.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/freetype2/options.mk b/graphics/freetype2/options.mk
index 8969f3509fc..8fd5b75a5ba 100644
--- a/graphics/freetype2/options.mk
+++ b/graphics/freetype2/options.mk
@@ -1,15 +1,10 @@
-# $NetBSD: options.mk,v 1.3 2016/07/09 12:23:16 adam Exp $
+# $NetBSD: options.mk,v 1.4 2016/09/12 18:06:44 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.freetype2
-PKG_SUPPORTED_OPTIONS= png subpixel
+PKG_SUPPORTED_OPTIONS= png
.include "../../mk/bsd.options.mk"
-# subpixel (lcd) rendering, patent issues
-.if !empty(PKG_OPTIONS:Msubpixel)
-CFLAGS+= -DFT_CONFIG_OPTION_SUBPIXEL_RENDERING
-.endif
-
.if !empty(PKG_OPTIONS:Mpng)
CONFIGURE_ARGS+= --with-png=yes
.include "../../graphics/png/buildlink3.mk"