pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/kde3 Add "perl" to the list of required tool...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6c733c85435
branches:  trunk
changeset: 515943:e6c733c85435
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Jul 11 12:35:45 2006 +0000

description:
Add "perl" to the list of required tools because the "dcopidlng"
utility (part of the "kdelibs" package) uses it.

diffstat:

 meta-pkgs/kde3/Makefile.kde3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 040df9d8233a -r e6c733c85435 meta-pkgs/kde3/Makefile.kde3
--- a/meta-pkgs/kde3/Makefile.kde3      Tue Jul 11 12:18:01 2006 +0000
+++ b/meta-pkgs/kde3/Makefile.kde3      Tue Jul 11 12:35:45 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kde3,v 1.35 2006/07/07 15:49:32 jlam Exp $
+# $NetBSD: Makefile.kde3,v 1.36 2006/07/11 12:35:45 tron Exp $
 #
 # This Makefile fragment is included at the top of package Makefiles for
 # KDE3-distributed packages (they all share common configure and build
@@ -13,7 +13,7 @@
 MAINTAINER?=   markd%NetBSD.org@localhost
 HOMEPAGE?=     http://www.kde.org/
 
-USE_TOOLS+=            gmake imake
+USE_TOOLS+=            gmake imake perl
 USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES



Home | Main Index | Thread Index | Old Index