diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/autoconf/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index 1518abf41d9..d36bb243263 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.79 2011/12/14 02:03:25 sbd Exp $ +# $NetBSD: Makefile,v 1.80 2012/01/23 20:50:13 joerg Exp $ DISTNAME= autoconf-2.68 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/} @@ -10,6 +10,8 @@ HOMEPAGE= http://www.gnu.org/software/autoconf/autoconf.html COMMENT= Generates automatic source code configuration scripts LICENSE= gnu-gpl-v3 AND gnu-fdl-v1.3 +BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man + # XXX: needs m4>1.4.6; wants m4>1.4.13 USE_TOOLS+= gm4:run perl:run |