summaryrefslogtreecommitdiff
path: root/graphics/freetype2/options.mk
diff options
context:
space:
mode:
authordrochner <drochner>2014-03-14 19:39:52 +0000
committerdrochner <drochner>2014-03-14 19:39:52 +0000
commitf2d06daa12c7aa6f23285e00a8ec3097e9159da7 (patch)
treeb7fd8ad4ecd420d768f74fdcbb2bf999a26b14ff /graphics/freetype2/options.mk
parent54e1e307db5ce3c78c11e77a0d8b730c1a6710fc (diff)
downloadpkgsrc-f2d06daa12c7aa6f23285e00a8ec3097e9159da7.tar.gz
make the optional-png logics work
Diffstat (limited to 'graphics/freetype2/options.mk')
-rw-r--r--graphics/freetype2/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/freetype2/options.mk b/graphics/freetype2/options.mk
index 2749911e5fa..e9336928fa5 100644
--- a/graphics/freetype2/options.mk
+++ b/graphics/freetype2/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2014/03/14 14:54:02 ryoon Exp $
+# $NetBSD: options.mk,v 1.2 2014/03/14 19:39:52 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.freetype2
PKG_SUPPORTED_OPTIONS= png subpixel
@@ -11,8 +11,8 @@ CFLAGS+= -DFT_CONFIG_OPTION_SUBPIXEL_RENDERING
.endif
.if !empty(PKG_OPTIONS:Mpng)
-CONFIGURE_ARGS+= --enable-png=yes
+CONFIGURE_ARGS+= --with-png=yes
.include "../../graphics/png/buildlink3.mk"
.else
-CONFIGURE_ARGS+= --enable-png=no
+CONFIGURE_ARGS+= --with-png=no
.endif