diff options
author | joerg <joerg@pkgsrc.org> | 2012-01-23 20:50:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-01-23 20:50:13 +0000 |
commit | 97c8a5163d6cb8c15ad84de677946bc53a7fd1d7 (patch) | |
tree | 59b8aa16048845a99c7e2e2df525ac20219e0691 /devel/autoconf/Makefile | |
parent | c69e60ebb7e8a12a47cf69b0f30f793ac1ef3981 (diff) | |
download | pkgsrc-97c8a5163d6cb8c15ad84de677946bc53a7fd1d7.tar.gz |
Add build dependency on help2man to get all man pages properly
formatted.
Diffstat (limited to 'devel/autoconf/Makefile')
-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 |