summaryrefslogtreecommitdiff
path: root/games/scummvm
diff options
context:
space:
mode:
authorjlam <jlam>2006-03-09 21:04:39 +0000
committerjlam <jlam>2006-03-09 21:04:39 +0000
commite950e3ba8094f33eefaa86d2a044be661d5d3a57 (patch)
treef87e95c02a219bc3786c1a519db6403762b9404b /games/scummvm
parent96c8a765438a55621f49a9c30c7c51a5a4b8d947 (diff)
downloadpkgsrc-e950e3ba8094f33eefaa86d2a044be661d5d3a57.tar.gz
Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.
Diffstat (limited to 'games/scummvm')
-rw-r--r--games/scummvm/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/scummvm/options.mk b/games/scummvm/options.mk
index 45f27fe706b..4ed4263781d 100644
--- a/games/scummvm/options.mk
+++ b/games/scummvm/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2005/06/01 18:02:52 jlam Exp $
+# $NetBSD: options.mk,v 1.5 2006/03/09 21:04:44 jlam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.scummvm
PKG_SUPPORTED_OPTIONS= sdl x11
@@ -13,6 +13,6 @@ CONFIGURE_ARGS+= --backend=sdl
.if !empty(PKG_OPTIONS:Mx11)
CONFIGURE_ARGS+= --backend=x11
-.include "../../mk/ossaudio.buildlink3.mk"
+.include "../../mk/oss.buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.endif