diff options
author | jlam <jlam> | 2005-06-12 07:49:16 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-06-12 07:49:16 +0000 |
commit | d3992bf344af568fba95adc9f781140184190068 (patch) | |
tree | b2524f0b1185ac481d874585dbc79f4859611eb1 | |
parent | 45429e17cc4aec00bb9c49e0a25c56952d3e8ef3 (diff) | |
download | pkgsrc-d3992bf344af568fba95adc9f781140184190068.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.
-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 |