diff options
author | rh <rh> | 2001-04-07 12:33:01 +0000 |
---|---|---|
committer | rh <rh> | 2001-04-07 12:33:01 +0000 |
commit | 028a80af36ac6fdef92e97ada3792bf2db3a3ac8 (patch) | |
tree | 593c78b845f0c7e3dc99d9dd48d568c7e58edf02 /games/gnome-games/Makefile | |
parent | 9f0364e7ae1a2fe6a8c5bf83007084d219ab3c8d (diff) | |
download | pkgsrc-028a80af36ac6fdef92e97ada3792bf2db3a3ac8.tar.gz |
Update gnome-games to 1.4.0.1. Changes include tons of bugfixes, minor
enhancements, and documentation and localisation updates.
Diffstat (limited to 'games/gnome-games/Makefile')
-rw-r--r-- | games/gnome-games/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 01ef0637363..2531543e40b 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2001/03/27 03:19:57 hubertf Exp $ +# $NetBSD: Makefile,v 1.24 2001/04/07 12:33:01 rh Exp $ -DISTNAME= gnome-games-1.2.0 +DISTNAME= gnome-games-1.4.0.1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-games/} @@ -10,8 +10,7 @@ COMMENT= GNOME games collection BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf BUILD_DEPENDS+= automake-1.4:../../devel/automake -BUILD_USES_MSGFMT= yes -DEPENDS+= gnome-core-*:../../x11/gnome-core +DEPENDS+= gnome-core>1.4.0:../../x11/gnome-core # Required for ports which don't build "libgtop". DEPENDS+= guile-[0-9]*:../../lang/guile @@ -22,6 +21,7 @@ USE_X11BASE= YES USE_CURSES= YES USE_LIBTOOL= YES USE_LIBINTL= YES +BUILD_USES_MSGFMT= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= YES |