summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-07-06 22:32:53 +0000
committerwiz <wiz@pkgsrc.org>2013-07-06 22:32:53 +0000
commita0f636817c2fdeedc63653e610636d1fceb90e61 (patch)
treecda01b8c02cb03630a4ded5df1d76c5df596f441 /emulators
parent361ba2c9fc8fffc21ebbd50009e0b95e7000639c (diff)
downloadpkgsrc-a0f636817c2fdeedc63653e610636d1fceb90e61.tar.gz
Use allegro version that provides allegro.m4, so autostuff works correctly.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/b-em/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/b-em/Makefile b/emulators/b-em/Makefile
index 58ec158ac31..5295a00e815 100644
--- a/emulators/b-em/Makefile
+++ b/emulators/b-em/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2013/07/02 06:40:31 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.6 2013/07/06 22:32:53 wiz Exp $
DISTNAME= B-emv2.2Linux
PKGNAME= b-em-2.2
@@ -47,6 +46,7 @@ do-install:
${CP} -R ${WRKSRC}/ddnoise/* ${DESTDIR}${BEMDATADIR}/ddnoise
${FIND} ${DESTDIR}${BEMDATADIR} -type f -exec chmod 644 {} \;
+BUILDLINK_API_DEPENDS.allegro+= allegro>=4.4.2nb2
.include "../../devel/allegro/buildlink3.mk"
.include "../../audio/openal/buildlink3.mk"
.include "../../audio/freealut/buildlink3.mk"