summaryrefslogtreecommitdiff
path: root/emulators/b-em
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/b-em
parentcfe48cd6cb7ff851a50ca695d4257752f304bb4c (diff)
downloadpkgsrc-a37b3a4921e7cb9abd360fc79ec45c410cd1ac35.tar.gz
Switch to openal-soft
Diffstat (limited to 'emulators/b-em')
-rw-r--r--emulators/b-em/Makefile6
1 files changed, 3 insertions, 3 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"