summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-04-18 14:44:29 +0000
committeradam <adam@pkgsrc.org>2014-04-18 14:44:29 +0000
commitacc88757b992c86445e0bfa2b5457b962ef64e30 (patch)
treec47499f8c67fd8b4253fe3bfc4f847bcaeee8a37 /fonts
parentf2538256fb626fe8c0116ccbbc3226d8e956dee8 (diff)
downloadpkgsrc-acc88757b992c86445e0bfa2b5457b962ef64e30.tar.gz
options.mk
Diffstat (limited to 'fonts')
-rw-r--r--fonts/SDL2_ttf/options.mk10
1 files changed, 3 insertions, 7 deletions
diff --git a/fonts/SDL2_ttf/options.mk b/fonts/SDL2_ttf/options.mk
index c9eba7afd65..3168fa5c968 100644
--- a/fonts/SDL2_ttf/options.mk
+++ b/fonts/SDL2_ttf/options.mk
@@ -1,15 +1,11 @@
-# $NetBSD: options.mk,v 1.1 2014/02/02 16:06:19 rodent Exp $
+# $NetBSD: options.mk,v 1.2 2014/04/18 14:44:29 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.SDL2_ttf
-PKG_SUPPORTED_OPTIONS= opengl static x11
-PKG_SUGGESTED_OPTIONS+= opengl static
+PKG_SUPPORTED_OPTIONS= static x11
+PKG_SUGGESTED_OPTIONS+= static
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:Mopengl)
-.include "../../graphics/MesaLib/buildlink3.mk"
-.endif
-
.if !empty(PKG_OPTIONS:Mstatic)
CONFIGURE_ARGS+= --enable-static=yes
.else