diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-12 07:49:16 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-12 07:49:16 +0000 |
commit | 7e283bcd31e92ecdcc3f1bb969799d72fc0ea83c (patch) | |
tree | b2524f0b1185ac481d874585dbc79f4859611eb1 /meta-pkgs/kde3 | |
parent | 342a4d698b590128cbdb918a25b865ec77fb9661 (diff) | |
download | pkgsrc-7e283bcd31e92ecdcc3f1bb969799d72fc0ea83c.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.kde3 | 4 |
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 |