diff options
author | markd <markd@pkgsrc.org> | 2004-02-25 22:09:11 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-02-25 22:09:11 +0000 |
commit | 3d7a8c1cfef743fa7b7390e5e411644ce00cd388 (patch) | |
tree | a4341e69eda75c34297004c63501705f0f6be90c /meta-pkgs/kde3 | |
parent | 96e035d8ca14f3ff4ad9c8ccae8c242fe4e1b184 (diff) | |
download | pkgsrc-3d7a8c1cfef743fa7b7390e5e411644ce00cd388.tar.gz |
Set "USE_LANGUAGES= c c++" here as all the kde packages need c++.
Diffstat (limited to 'meta-pkgs/kde3')
-rw-r--r-- | meta-pkgs/kde3/Makefile.kde3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-pkgs/kde3/Makefile.kde3 b/meta-pkgs/kde3/Makefile.kde3 index 16420ed196c..b477ff947db 100644 --- a/meta-pkgs/kde3/Makefile.kde3 +++ b/meta-pkgs/kde3/Makefile.kde3 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.kde3,v 1.9 2004/02/14 17:21:44 jlam Exp $ +# $NetBSD: Makefile.kde3,v 1.10 2004/02/25 22:09:11 markd Exp $ # # This Makefile fragment is included at the top of package Makefiles for # KDE3-distributed packages (they all share common configure and build @@ -29,6 +29,7 @@ MAINTAINER?= skrll@NetBSD.org HOMEPAGE?= http://www.kde.org/ USE_GNU_TOOLS+= make +USE_LANGUAGES= c c++ GNU_CONFIGURE= YES USE_LIBTOOL= YES SHLIBTOOL_OVERRIDE= libtool |