diff options
Diffstat (limited to 'devel/autoconf/Makefile')
-rw-r--r-- | devel/autoconf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index 6f4add3c980..3065a471111 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2000/04/04 23:18:24 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2001/02/16 14:38:17 wiz Exp $ # FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp # @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/autoconf/autoconf.html +COMMENT= Automatically configure source code on many Un*x platforms DEPENDS= m4-1.4:../../devel/m4 |