pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gtk2 Add "perl" to list of requires tools because ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf5f37d1f615
branches:  trunk
changeset: 515633:bf5f37d1f615
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Jul 05 08:40:38 2006 +0000

description:
Add "perl" to list of requires tools because it used to generate a
".c" file during the build. Bump package revision because resuming
a build broken by this problem did actually succeed and produced
an incomplete package.

Approved by Thomas 'wiz' Klausner.

diffstat:

 x11/gtk2/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 64c265919f1f -r bf5f37d1f615 x11/gtk2/Makefile
--- a/x11/gtk2/Makefile Wed Jul 05 08:27:32 2006 +0000
+++ b/x11/gtk2/Makefile Wed Jul 05 08:40:38 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.125 2006/07/04 16:00:52 drochner Exp $
+# $NetBSD: Makefile,v 1.126 2006/07/05 08:40:38 tron Exp $
 
 DISTNAME=              gtk+-2.8.20
+PKGREVISION=           1
 PKGNAME=               ${DISTNAME:S/gtk/gtk2/}
 CATEGORIES=            x11
 MASTER_SITES=          ftp://ftp.gtk.org/pub/gtk/v2.8/ \
@@ -20,7 +21,7 @@
 
 USE_DIRS+=             xdg-1.1
 USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            gmake msgfmt pkg-config
+USE_TOOLS+=            gmake msgfmt perl pkg-config
 USE_LIBTOOL=           yes
 PTHREAD_AUTO_VARS=     yes
 



Home | Main Index | Thread Index | Old Index