diff options
author | wiz <wiz> | 2013-07-06 22:32:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-07-06 22:32:53 +0000 |
commit | a8788c4e2f8cbd3d7ca7498f49636b02104fd395 (patch) | |
tree | cda01b8c02cb03630a4ded5df1d76c5df596f441 /emulators/b-em | |
parent | fa4e2fadea3741f079882f0ccb15ccced4793867 (diff) | |
download | pkgsrc-a8788c4e2f8cbd3d7ca7498f49636b02104fd395.tar.gz |
Use allegro version that provides allegro.m4, so autostuff works correctly.
Diffstat (limited to 'emulators/b-em')
-rw-r--r-- | emulators/b-em/Makefile | 4 |
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" |