summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg>2007-10-05 21:55:26 +0000
committerjoerg <joerg>2007-10-05 21:55:26 +0000
commit18c7fb0b53ffc435d51934e795686facf6e1f038 (patch)
tree952b4dc7ed3f07c16805eeaaeff589db66ca47c7 /games
parentad9b43941c958cc2f3a53940ebab027e194d3abd (diff)
downloadpkgsrc-18c7fb0b53ffc435d51934e795686facf6e1f038.tar.gz
Needs msgfmt, texi2html and py-sqlite2. Bump revision.
Diffstat (limited to 'games')
-rw-r--r--games/gcompris/Makefile16
1 files changed, 10 insertions, 6 deletions
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile
index 55750b7b2c2..29f8a2c8413 100644
--- a/games/gcompris/Makefile
+++ b/games/gcompris/Makefile
@@ -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 @@ MAINTAINER= reed@reedmedia.net
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 @@ INFO_FILES= yes
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 @@ CONFIGURE_ARGS+= --enable-gnet
.include "../../audio/libao/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../audio/SDL_mixer/buildlink3.mk"
-.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
+.include "../../databases/py-sqlite2/buildlink3.mk"
+.include "../../databases/sqlite3/buildlink3.mk"
+.include "../../devel/libgnomeui/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"