diff options
author | tv <tv@pkgsrc.org> | 1999-05-22 16:24:09 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-22 16:24:09 +0000 |
commit | 2d7d0867340452fc29914ba9cb3dea35f88c0368 (patch) | |
tree | d1351ba4e7a8a0768d1f6500cefa06eba8a2eea5 /devel/automake/Makefile | |
parent | cce722bd3f38ae9b02cf01013ee4c402a81f9b08 (diff) | |
download | pkgsrc-2d7d0867340452fc29914ba9cb3dea35f88c0368.tar.gz |
Add dependency on autoconf[!], and change USE_GTEXINFO to INFO_FILES.
Diffstat (limited to 'devel/automake/Makefile')
-rw-r--r-- | devel/automake/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile index f11116e1362..a90a4b0a19f 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1999/04/14 21:39:02 tron Exp $ +# $NetBSD: Makefile,v 1.17 1999/05/22 16:24:09 tv Exp $ # FreeBSD Id: Makefile,v 1.5 1997/09/19 09:29:04 max Exp # @@ -9,11 +9,13 @@ MASTER_SITES= ${MASTER_SITE_GNU:=automake/} MAINTAINER= fujimoto@oscar.elec.waseda.ac.jp HOMEPAGE= http://www.gnu.org/software/automake/automake.html +DEPENDS= autoconf-2.13:../../devel/autoconf + GNU_CONFIGURE= yes CONFIGURE_ENV= PERL=${PREFIX}/bin/perl STRIPFLAG= # none USE_PERL5= yes -USE_GTEXINFO= yes +INFO_FILES= automake.info .include "../../mk/bsd.pkg.mk" |