diff options
author | joerg <joerg@pkgsrc.org> | 2007-10-05 21:55:26 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-10-05 21:55:26 +0000 |
commit | e8dc4b64e92f570b2d5a4cc46f2d5c73fb3a6893 (patch) | |
tree | 952b4dc7ed3f07c16805eeaaeff589db66ca47c7 /games | |
parent | 43346a925d7fd2fb1c20b7dc74b313cb66b05733 (diff) | |
download | pkgsrc-e8dc4b64e92f570b2d5a4cc46f2d5c73fb3a6893.tar.gz |
Needs msgfmt, texi2html and py-sqlite2. Bump revision.
Diffstat (limited to 'games')
-rw-r--r-- | games/gcompris/Makefile | 16 |
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" |