summaryrefslogtreecommitdiff
path: root/devel/SDL
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-10-28 23:40:24 +0000
committerwiz <wiz@pkgsrc.org>2012-10-28 23:40:24 +0000
commitfa125e0ceb255dbd3da3488825ee5f324ec42ac6 (patch)
tree3c9fca599e270d62fc04b023426db34946e858e0 /devel/SDL
parenta43d0173cf5ec39021e243cc0b213298a9b75345 (diff)
downloadpkgsrc-fa125e0ceb255dbd3da3488825ee5f324ec42ac6.tar.gz
As promised a week ago, remove arts and aalib from default suggested
options. arts is obsolete and aalib only ever was a nice hack, not something to be enabled by default.
Diffstat (limited to 'devel/SDL')
-rw-r--r--devel/SDL/Makefile4
-rw-r--r--devel/SDL/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile
index a9b2122d967..f11d64c0227 100644
--- a/devel/SDL/Makefile
+++ b/devel/SDL/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.107 2012/10/23 10:24:02 wiz Exp $
+# $NetBSD: Makefile,v 1.108 2012/10/28 23:40:24 wiz Exp $
DISTNAME= SDL-1.2.15
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= devel games
MASTER_SITES= http://www.libsdl.org/release/
diff --git a/devel/SDL/options.mk b/devel/SDL/options.mk
index d1f6abf39b1..86287b2e2b6 100644
--- a/devel/SDL/options.mk
+++ b/devel/SDL/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.5 2008/12/19 13:05:06 tron Exp $
+# $NetBSD: options.mk,v 1.6 2012/10/28 23:40:24 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.SDL
PKG_SUPPORTED_OPTIONS= aalib arts esound nas pulseaudio
-PKG_SUGGESTED_OPTIONS= aalib arts esound nas pulseaudio
+PKG_SUGGESTED_OPTIONS= esound nas pulseaudio
.include "../../mk/bsd.options.mk"