diff options
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 702e08b4e06..5696b5b2d1f 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2002/07/17 22:21:37 rh Exp $ +# $NetBSD: Makefile,v 1.39 2002/08/30 23:26:43 fredb Exp $ DISTNAME= gnome-games-1.4.0.4 PKGREVISION= 1 @@ -33,6 +33,7 @@ CONFIGURE_ARGS+= --localstatedir=/var USE_CONFIG_WRAPPER= YES INSTALL_FILE= ${WRKDIR}/INSTALL +MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} AUTOGEN_ENV= NOCONFIGURE=1 AUTOGEN_ENV+= srcdir=${WRKSRC} |