summaryrefslogtreecommitdiff
path: root/devel/SDL/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'devel/SDL/options.mk')
-rw-r--r--devel/SDL/options.mk11
1 files changed, 8 insertions, 3 deletions
diff --git a/devel/SDL/options.mk b/devel/SDL/options.mk
index e98953465a5..15950ae9d2c 100644
--- a/devel/SDL/options.mk
+++ b/devel/SDL/options.mk
@@ -1,11 +1,16 @@
-# $NetBSD: options.mk,v 1.1 2006/06/12 16:20:44 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2006/06/15 09:45:05 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.SDL
-PKG_SUPPORTED_OPTIONS= arts esound nas
-PKG_SUGGESTED_OPTIONS= arts esound nas
+PKG_SUPPORTED_OPTIONS= aalib arts esound nas
+PKG_SUGGESTED_OPTIONS= aalib arts esound nas
.include "../../mk/bsd.options.mk"
+.if !empty(PKG_OPTIONS:Maalib)
+CONFIGURE_ARGS+= --enable-video-aalib
+.include "../../graphics/aalib/buildlink3.mk"
+.endif
+
.if !empty(PKG_OPTIONS:Marts)
CONFIGURE_ARGS+= --enable-arts
.include "../../audio/arts/buildlink3.mk"