summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg>2008-07-10 14:55:56 +0000
committerjoerg <joerg>2008-07-10 14:55:56 +0000
commit9da97b4bc712ae44231bfc2981a4951a64796922 (patch)
tree62d7abdef334bba141a543c78b8c59a527dad110 /games
parentba583565ed8cbc712bf770d126e256eb61ed8c63 (diff)
downloadpkgsrc-9da97b4bc712ae44231bfc2981a4951a64796922.tar.gz
Disable speex, it doesn't build with current versions.
Diffstat (limited to 'games')
-rw-r--r--games/alephone/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/games/alephone/Makefile b/games/alephone/Makefile
index 1500f9fd337..a1399851a46 100644
--- a/games/alephone/Makefile
+++ b/games/alephone/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2008/04/29 08:19:36 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2008/07/10 14:55:56 joerg Exp $
#
DISTNAME= AlephOne-20071103
PKGNAME= ${DISTNAME:tl}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= games
MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=marathon/}
EXTRACT_SUFX= .tar.bz2
@@ -16,13 +16,15 @@ GNU_CONFIGURE= yes
USE_LANGUAGES+= c c++
INSTALLATION_DIRS= share/doc/AlephOne
+CONFIGURE_ARGS= --disable-speex
+
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/AlephOne/
-.include "../../devel/boost-headers/buildlink3.mk"
+.include "../../audio/SDL_sound/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
-.include "../../net/SDL_net/buildlink3.mk"
+.include "../../devel/boost-headers/buildlink3.mk"
.include "../../graphics/SDL_image/buildlink3.mk"
-.include "../../audio/SDL_sound/buildlink3.mk"
+.include "../../net/SDL_net/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"