pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/kde3 KDE-3.x configure scripts use xmkmf to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b690c27b8562
branches:  trunk
changeset: 495508:b690c27b8562
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Jun 12 07:49:16 2005 +0000

description:
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:

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

diffs (18 lines):

diff -r 5fd231f26813 -r b690c27b8562 meta-pkgs/kde3/Makefile.kde3
--- a/meta-pkgs/kde3/Makefile.kde3      Sun Jun 12 07:26:18 2005 +0000
+++ b/meta-pkgs/kde3/Makefile.kde3      Sun Jun 12 07:49:16 2005 +0000
@@ -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 @@
 MAINTAINER?=   markd%NetBSD.org@localhost
 HOMEPAGE?=     http://www.kde.org/
 
-USE_TOOLS+=            gmake
+USE_TOOLS+=            gmake imake
 USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES



Home | Main Index | Thread Index | Old Index