diff options
author | tron <tron@pkgsrc.org> | 2006-07-11 12:35:45 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-07-11 12:35:45 +0000 |
commit | 82ac0362042bcc3cf0ca519a46011b824524d817 (patch) | |
tree | 44403a3b28d659571b705c0b9d0a198a05ee80aa /meta-pkgs | |
parent | dc0bc464370964cbbdd1c0ed23e515427f266b91 (diff) | |
download | pkgsrc-82ac0362042bcc3cf0ca519a46011b824524d817.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.kde3 | 4 |
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 |