summaryrefslogtreecommitdiff
path: root/meta-pkgs/kde3
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-12 07:49:16 +0000
committerjlam <jlam@pkgsrc.org>2005-06-12 07:49:16 +0000
commitac21d3de4689381311b220b468857de489296c09 (patch)
treeb2524f0b1185ac481d874585dbc79f4859611eb1 /meta-pkgs/kde3
parented518761e2f901a3233a036fed45cc35124110e0 (diff)
downloadpkgsrc-ac21d3de4689381311b220b468857de489296c09.tar.gz
KDE-3.x configure scripts use xmkmf to discover properties of the
X11 distribution, so add USE_TOOLS+=imake. This addresses part of PR pkg/26744.
Diffstat (limited to 'meta-pkgs/kde3')
-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 f0a92e2fb7d..847b13976c5 100644
--- a/meta-pkgs/kde3/Makefile.kde3
+++ b/meta-pkgs/kde3/Makefile.kde3
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kde3,v 1.25 2005/05/31 14:01:14 markd Exp $
+# $NetBSD: Makefile.kde3,v 1.26 2005/06/12 07:49:16 jlam Exp $
#
# This Makefile fragment is included at the top of package Makefiles for
# KDE3-distributed packages (they all share common configure and build
@@ -29,7 +29,7 @@ EXTRACT_SUFX?= .tar.bz2
MAINTAINER?= markd@NetBSD.org
HOMEPAGE?= http://www.kde.org/
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake imake
USE_LANGUAGES= c c++
GNU_CONFIGURE= YES
USE_LIBTOOL= YES