diff options
author | wiz <wiz@pkgsrc.org> | 2015-09-23 08:44:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-09-23 08:44:41 +0000 |
commit | 126262d33e087835f4bf5f35615a00b343f30de4 (patch) | |
tree | 313d47ecc81f06d506e5fd4f89ee58b12f3285dd /devel | |
parent | d17a79cbe1f7eaf9f60e4fca3e76bfea7cfe963c (diff) | |
download | pkgsrc-126262d33e087835f4bf5f35615a00b343f30de4.tar.gz |
Add build dependency on perl so that man pages are created correctly.
Noted by Frédéric Fauberteau in PR 50266.
Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gdb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile index 3e33b93dec9..9d1f8a3bac4 100644 --- a/devel/gdb/Makefile +++ b/devel/gdb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2015/08/18 07:31:04 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2015/09/23 08:44:41 wiz Exp $ DISTNAME= gdb-7.9 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=gdb/} @@ -14,7 +14,7 @@ BROKEN_GETTEXT_DETECTION= yes GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES -USE_TOOLS+= gmake msgfmt makeinfo +USE_TOOLS+= gmake msgfmt makeinfo perl:build REPLACE_LOCALEDIR_PATTERNS+= Make-in INSTALL_TARGET= install install-info TEST_TARGET= check |