summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authoradam <adam>2014-04-18 14:44:29 +0000
committeradam <adam>2014-04-18 14:44:29 +0000
commit10b867d1858345ff20938416b1857a8ae78faf08 (patch)
treed01f300719b9ab1b0816b3156bcd0ce6caeb2abf /fonts
parent9664d91b433346fc7cca155c7d81ec05efcf02bb (diff)
downloadpkgsrc-10b867d1858345ff20938416b1857a8ae78faf08.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