diff options
author | mycroft <mycroft@pkgsrc.org> | 2001-10-21 16:41:28 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2001-10-21 16:41:28 +0000 |
commit | 0dc8d35f48e4ca42c8f2c076686f7e62e7a94cc1 (patch) | |
tree | eecfc977fedb72b386566464395aa1bc30ec2149 /games | |
parent | e1111739a11ab33b4b16357f68913d114a730eb7 (diff) | |
download | pkgsrc-0dc8d35f48e4ca42c8f2c076686f7e62e7a94cc1.tar.gz |
Removing BUILD_USES_GETTEXT_M4 from net/ORBit broke this package.
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 889bc092df3..b4e2048c33e 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2001/10/07 15:25:39 rh Exp $ +# $NetBSD: Makefile,v 1.32 2001/10/21 16:41:28 mycroft Exp $ DISTNAME= gnome-games-1.4.0.3 CATEGORIES= games gnome @@ -23,6 +23,7 @@ USE_CURSES= YES USE_LIBTOOL= YES USE_LIBINTL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +BUILD_USES_GETTEXT_M4= YES GNU_CONFIGURE= YES CONFIGURE_ENV+= LOCALEDIR=${LOCALEDIR} |