diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-22 04:46:13 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-22 04:46:13 +0000 |
commit | 144a1ee17597baca30662496f4ee8079c3b6a57b (patch) | |
tree | 64281e5216e9c50d78ceff428d3e33036f571694 /wm | |
parent | 49b383cedb26b77f08f91fa57cc010bf5a09404b (diff) | |
download | pkgsrc-144a1ee17597baca30662496f4ee8079c3b6a57b.tar.gz |
Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.
For some other packages, stated in the comment that a C compiler is
really not needed.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/bbkeys/Makefile | 4 | ||||
-rw-r--r-- | wm/bbpager/Makefile | 4 | ||||
-rw-r--r-- | wm/fluxter/Makefile | 4 | ||||
-rw-r--r-- | wm/pekwm/Makefile | 4 | ||||
-rw-r--r-- | wm/qvwm/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/wm/bbkeys/Makefile b/wm/bbkeys/Makefile index 259f90ca968..b3c3d40bdaa 100644 --- a/wm/bbkeys/Makefile +++ b/wm/bbkeys/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/02/05 23:11:12 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= bbkeys-0.8.6 @@ -11,7 +11,7 @@ HOMEPAGE= http://bbkeys.sourceforge.net/ COMMENT= General X Window keygrabber GNU_CONFIGURE= YES -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_TOOLS+= perl:run .include "../../mk/x11.buildlink3.mk" diff --git a/wm/bbpager/Makefile b/wm/bbpager/Makefile index 119c338b239..a650fb43b2e 100644 --- a/wm/bbpager/Makefile +++ b/wm/bbpager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:30:54 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= bbpager-0.3.1 @@ -11,7 +11,7 @@ HOMEPAGE= http://bbtools.windsofstorm.net/available.phtml COMMENT= Pager for the blackbox window manager GNU_CONFIGURE= YES -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ .include "../../mk/x11.buildlink3.mk" diff --git a/wm/fluxter/Makefile b/wm/fluxter/Makefile index b251bbe551f..094c0477bc7 100644 --- a/wm/fluxter/Makefile +++ b/wm/fluxter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/04/08 23:29:21 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= fluxter-0.1.0 @@ -10,7 +10,7 @@ HOMEPAGE= http://benedict.isomedia.com/homes/stevencooper/projects/fluxter.html COMMENT= Workspace pager dockapp, particularly useful with Fluxbox GNU_CONFIGURE= yes -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ FLUXBOX_DATA= ${PREFIX}/share/fluxbox DOCDIR= ${PREFIX}/share/doc/${PKGBASE} diff --git a/wm/pekwm/Makefile b/wm/pekwm/Makefile index aed417aa064..0f93e123a80 100644 --- a/wm/pekwm/Makefile +++ b/wm/pekwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/05/15 22:13:30 xtraeme Exp $ +# $NetBSD: Makefile,v 1.23 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= pekwm-0.1.5 @@ -12,7 +12,7 @@ COMMENT= Window manager based on aewm++ GNU_CONFIGURE= YES USE_TOOLS+= gmake perl:run -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ .include "../../mk/bsd.prefs.mk" diff --git a/wm/qvwm/Makefile b/wm/qvwm/Makefile index df8f72c4f16..39a82402a0b 100644 --- a/wm/qvwm/Makefile +++ b/wm/qvwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2006/04/17 13:46:50 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= qvwm-1.1.12 @@ -14,7 +14,7 @@ COMMENT= Windows 95/98/NT like window manager for X11 GNU_CONFIGURE= yes USE_TOOLS+= gmake rm CONFIGURE_ENV+= PATH_RM=${TOOLS_RM:Q} -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ post-install: ${MV} ${PREFIX}/man/man1/qvwm.1x ${PREFIX}/man/man1/qvwm.1 |