diff options
author | adam <adam@pkgsrc.org> | 2010-05-15 07:17:16 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-05-15 07:17:16 +0000 |
commit | 54050748f5bbada529dca6c5a5df109101b87ed0 (patch) | |
tree | 6c4a9aebb82be6ef4126b4163aecce2f1c4cf7b4 /games | |
parent | 7b3e746fc1322692bbe0eb1a5f85fdd071839843 (diff) | |
download | pkgsrc-54050748f5bbada529dca6c5a5df109101b87ed0.tar.gz |
Revision bump after updating boost-libs to 1.43.0
Diffstat (limited to 'games')
-rw-r--r-- | games/pokerth/Makefile | 21 | ||||
-rw-r--r-- | games/wesnoth/Makefile | 4 |
2 files changed, 12 insertions, 13 deletions
diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index 821a6b9b357..f39c68cca50 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.7 2010/01/18 09:58:53 wiz Exp $ -# +# $NetBSD: Makefile,v 1.8 2010/05/15 07:22:15 adam Exp $ DISTNAME= PokerTH-0.7.1-src -PKGNAME= pokerth-0.7.1 -PKGREVISION= 3 +PKGNAME= pokerth-0.7.1 +PKGREVISION= 4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pokerth/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= ahoka@NetBSD.org HOMEPAGE= http://pokerth.sourceforge.net/ -COMMENT= Texas Holdem poker with online play +COMMENT= Texas Holdem poker with online play USE_TOOLS= gmake USE_LIBTOOL= yes @@ -32,13 +31,13 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/pokerth.desktop ${DESTDIR}${PREFIX}/share/applications ${INSTALL_MAN} ${WRKSRC}/docs/pokerth.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 -.include "../../x11/qt4-libs/buildlink3.mk" -.include "../../x11/qt4-tools/buildlink3.mk" -.include "../../devel/boost-libs/buildlink3.mk" -.include "../../devel/SDL/buildlink3.mk" .include "../../audio/SDL_mixer/buildlink3.mk" -.include "../../www/curl/buildlink3.mk" -.include "../../security/openssl/buildlink3.mk" +.include "../../devel/SDL/buildlink3.mk" +.include "../../devel/boost-libs/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" +.include "../../www/curl/buildlink3.mk" +.include "../../x11/qt4-libs/buildlink3.mk" +.include "../../x11/qt4-tools/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index bae0d75e684..0f8b34e0c72 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2010/01/18 09:58:54 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2010/05/15 07:22:54 adam Exp $ DISTNAME= wesnoth-1.6.4 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wesnoth/} EXTRACT_SUFX= .tar.bz2 |