diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-25 13:30:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-25 13:30:03 +0000 |
commit | e9a5933c873c157da5e49c0c125f1dedc1f96904 (patch) | |
tree | f923bbfbdf0b603b3b9a5b6fdd1a4cd29dc76c06 /games | |
parent | cec90966a31eccfdd5a6f47489b45e87a8143148 (diff) | |
download | pkgsrc-e9a5933c873c157da5e49c0c125f1dedc1f96904.tar.gz |
This uses speex (in particular, now speexdsp), so include the corresponding
buildlink3.mk.
Noted broken by joerg.
Diffstat (limited to 'games')
-rw-r--r-- | games/alephone/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/alephone/Makefile b/games/alephone/Makefile index c885a571c73..2c9f630b9db 100644 --- a/games/alephone/Makefile +++ b/games/alephone/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2013/02/16 11:21:12 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2015/01/25 13:30:03 wiz Exp $ DISTNAME= AlephOne-20120514 PKGNAME= ${DISTNAME:tl} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= games MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=marathon/} EXTRACT_SUFX= .tar.bz2 @@ -23,6 +23,7 @@ post-install: .include "../../archivers/zziplib/buildlink3.mk" .include "../../audio/SDL_sound/buildlink3.mk" +.include "../../audio/speexdsp/buildlink3.mk" BUILDLINK_API_DEPENDS.SDL+= SDL>=1.2.6 .include "../../devel/SDL/buildlink3.mk" BUILDLINK_API_DEPENDS.boost-headers+= boost-headers>=1.31 |