diff options
Diffstat (limited to 'devel/autoconf')
-rw-r--r-- | devel/autoconf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index 1a4475f4f17..97c931fd3ef 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2005/06/15 13:27:15 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2005/07/15 20:14:03 jlam Exp $ DISTNAME= autoconf-2.59 PKGREVISION= 2 @@ -10,8 +10,7 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.gnu.org/software/autoconf/autoconf.html COMMENT= Generates automatic source code configuration scripts -USE_TOOLS+= gm4 -TOOLS_DEPMETHOD.gm4= DEPENDS +USE_TOOLS+= gm4:run # The next line is for conflicts with old versions of this package, # which had autoconf-devel as PKGNAME. |