pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/gcompris Needs msgfmt, texi2html and py-sqlite2....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ca08159460e
branches:  trunk
changeset: 533885:7ca08159460e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Oct 05 21:55:26 2007 +0000

description:
Needs msgfmt, texi2html and py-sqlite2. Bump revision.

diffstat:

 games/gcompris/Makefile |  16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

diffs (47 lines):

diff -r 9f1623f276e6 -r 7ca08159460e games/gcompris/Makefile
--- a/games/gcompris/Makefile   Fri Oct 05 21:26:26 2007 +0000
+++ b/games/gcompris/Makefile   Fri Oct 05 21:55:26 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2007/09/21 13:03:42 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2007/10/05 21:55:26 joerg Exp $
 
 DISTNAME=      gcompris-8.3.3
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gcompris/}
 
@@ -9,7 +9,7 @@
 HOMEPAGE=      http://ofset.sourceforge.net/gcompris/
 COMMENT=       Educational games for children
 
-USE_TOOLS+=            gmake intltool gtar pkg-config
+USE_TOOLS+=            gmake intltool gtar pkg-config msgfmt texi2html
 GNU_CONFIGURE=         YES
 USE_PKGLOCALEDIR=      YES
 GNU_CONFIGURE=         YES
@@ -20,6 +20,8 @@
 
 DEPENDS+=      gnuchess-[0-9]*:../../games/gnuchess
 
+PTHREAD_AUTO_VARS=     yes
+
 PKG_SUPPORTED_OPTIONS= gnet
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gcompris
 .include "../../mk/bsd.options.mk"
@@ -31,10 +33,12 @@
 .include "../../audio/libao/buildlink3.mk"
 .include "../../audio/libvorbis/buildlink3.mk"
 .include "../../audio/SDL_mixer/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../databases/py-sqlite2/buildlink3.mk"
+.include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/libgnomeui/buildlink3.mk"
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
 .include "../../lang/python/application.mk"
+.include "../../x11/gtk2/buildlink3.mk"
 .include "../../x11/py-gtk2/buildlink3.mk"
-.include "../../databases/sqlite3/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index