summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authortron <tron>2006-07-11 12:35:45 +0000
committertron <tron>2006-07-11 12:35:45 +0000
commitde1a18e3f774c25c3ff07ae56eb1b4976d910e89 (patch)
tree44403a3b28d659571b705c0b9d0a198a05ee80aa /meta-pkgs
parent32ea52440d658df76d2a49c20454be4ded09ffd0 (diff)
downloadpkgsrc-de1a18e3f774c25c3ff07ae56eb1b4976d910e89.tar.gz
Add "perl" to the list of required tools because the "dcopidlng"
utility (part of the "kdelibs" package) uses it.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/kde3/Makefile.kde34
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/kde3/Makefile.kde3 b/meta-pkgs/kde3/Makefile.kde3
index e9f0685cdb7..ba20590c9f1 100644
--- a/meta-pkgs/kde3/Makefile.kde3
+++ b/meta-pkgs/kde3/Makefile.kde3
@@ -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 @@ EXTRACT_SUFX?= .tar.bz2
MAINTAINER?= markd@NetBSD.org
HOMEPAGE?= http://www.kde.org/
-USE_TOOLS+= gmake imake
+USE_TOOLS+= gmake imake perl
USE_LANGUAGES= c c++
GNU_CONFIGURE= YES
USE_LIBTOOL= YES