diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-22 20:51:45 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-22 20:51:45 +0000 |
commit | bf013f336953d7651ef759274bd88d7051b5214c (patch) | |
tree | 052a4431f18d531391f2e87bbf3a532af6e99278 /devel/autoconf213 | |
parent | 0d726abfaa4f189a515e45626dc3920ad80b64b0 (diff) | |
download | pkgsrc-bf013f336953d7651ef759274bd88d7051b5214c.tar.gz |
Remove explicit dependencies on the GNU m4 package with USE_TOOLS+=m4
and appropriate TOOLS_DEPMETHOD.gm4 settings.
Diffstat (limited to 'devel/autoconf213')
-rw-r--r-- | devel/autoconf213/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile index aa1720c7fea..564a1b13a7d 100644 --- a/devel/autoconf213/Makefile +++ b/devel/autoconf213/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/05/13 16:54:12 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/05/22 20:51:45 jlam Exp $ DISTNAME= autoconf-2.13 PKGNAME= autoconf213-2.13 @@ -10,7 +10,8 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.gnu.org/software/autoconf/autoconf.html COMMENT= Generates automatic source code configuration scripts (old version) -DEPENDS= m4>=1.4:../../devel/m4 +USE_TOOLS+= gm4 +TOOLS_DEPMETHOD.gm4= DEPENDS CONFLICTS= autoconf-devel-[0-9]* CONFLICTS= autoconf<2.50 @@ -19,7 +20,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= YES CONFIGURE_ARGS+= --program-transform-name='s/$$/-2.13/' -TOOLS_M4= ${LOCALBASE}/bin/gm4 USE_MAKEINFO= YES INFO_FILES= autoconf213.info |