summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2016-07-16 00:15:31 +0000
committermarkd <markd@pkgsrc.org>2016-07-16 00:15:31 +0000
commita37b3a4921e7cb9abd360fc79ec45c410cd1ac35 (patch)
tree494fdee19f8bd2c4adab422f336a9c721effa82a /emulators
parentcfe48cd6cb7ff851a50ca695d4257752f304bb4c (diff)
downloadpkgsrc-a37b3a4921e7cb9abd360fc79ec45c410cd1ac35.tar.gz
Switch to openal-soft
Diffstat (limited to 'emulators')
-rw-r--r--emulators/b-em/Makefile6
-rw-r--r--emulators/fs-uae/Makefile5
-rw-r--r--emulators/yabause/options.mk4
3 files changed, 8 insertions, 7 deletions
diff --git a/emulators/b-em/Makefile b/emulators/b-em/Makefile
index d5ff0ecb9f4..3950e6bc2bb 100644
--- a/emulators/b-em/Makefile
+++ b/emulators/b-em/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2015/04/25 14:20:44 tnn Exp $
+# $NetBSD: Makefile,v 1.8 2016/07/16 00:20:27 markd Exp $
DISTNAME= B-emv2.2Linux
PKGNAME= b-em-2.2
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= emulators
MASTER_SITES= http://b-em.bbcmicro.com/
@@ -49,7 +49,7 @@ do-install:
BUILDLINK_API_DEPENDS.allegro+= allegro>=4.4.2nb2
.include "../../devel/allegro/buildlink3.mk"
-.include "../../audio/openal/buildlink3.mk"
+.include "../../audio/openal-soft/buildlink3.mk"
.include "../../audio/freealut/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
diff --git a/emulators/fs-uae/Makefile b/emulators/fs-uae/Makefile
index 7981e7023b5..2fdcb00b0c1 100644
--- a/emulators/fs-uae/Makefile
+++ b/emulators/fs-uae/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2016/03/09 22:08:46 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2016/07/16 00:19:02 markd Exp $
DISTNAME= fs-uae-2.6.2
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://fs-uae.net/fs-uae/stable/${PKGVERSION_NOREV}/
@@ -15,7 +16,7 @@ GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} != "Darwin"
-.include "../../audio/openal/buildlink3.mk"
+.include "../../audio/openal-soft/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
diff --git a/emulators/yabause/options.mk b/emulators/yabause/options.mk
index d1f3f09d5f7..efefc83555b 100644
--- a/emulators/yabause/options.mk
+++ b/emulators/yabause/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2015/02/13 05:45:09 snj Exp $
+# $NetBSD: options.mk,v 1.6 2016/07/16 00:21:20 markd Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.yabause
PKG_SUPPORTED_OPTIONS= openal opengl sdl
@@ -29,7 +29,7 @@ BUILDLINK_API_DEPENDS.gtkglext+= gtkglext>=1.2.0nb4
.endif
.if !empty(PKG_OPTIONS:Mopenal)
-.include "../../audio/openal/buildlink3.mk"
+.include "../../audio/openal-soft/buildlink3.mk"
CMAKE_ARGS+= -DYAB_WANT_OPENAL=ON
.else
CMAKE_ARGS+= -DYAB_WANT_OPENAL=OFF