From 0faae2c3e00c8cb52cc03b293d9e65c43c8349e9 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 23 Sep 2015 08:44:41 +0000 Subject: Add build dependency on perl so that man pages are created correctly. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Noted by Frédéric Fauberteau in PR 50266. Bump PKGREVISION. --- devel/gdb/Makefile | 6 +++--- 1 file 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 -- cgit v1.2.3