diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-20 23:45:43 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-20 23:45:43 +0000 |
commit | 33e2740031b5c4c6d67bba27e637633a8939a0ea (patch) | |
tree | ed1af8ccebfa7818c821ad32f0f90b46f59e94d5 /games/gnome-games | |
parent | b0c5e5883889fab6ce6778380c8950fe81aaa43a (diff) | |
download | pkgsrc-33e2740031b5c4c6d67bba27e637633a8939a0ea.tar.gz |
Add AUTOCONF_REQD=2.50 for those packages that use libtoolize. Otherwise,
when calling ${ACLOCAL}, invoke it with "-I ." so that it will find the
local libtool.m4 file.
Diffstat (limited to 'games/gnome-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 88ce0a9123c..7ba40e2c3d4 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2004/02/14 17:21:40 jlam Exp $ +# $NetBSD: Makefile,v 1.61 2004/02/20 23:45:43 jlam Exp $ DISTNAME= gnome-games-1.4.0.4 PKGREVISION= 9 @@ -20,6 +20,7 @@ BUILD_USES_GETTEXT_M4= YES CONFLICTS= xbill-[0-9]* AUTOMAKE_REQD= 1.4 +AUTOCONF_REQD= 2.50 USE_BUILDLINK2= YES USE_PKGLOCALEDIR= YES USE_GNU_TOOLS+= make |