pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm Uses C++.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1bb70a57a5de
branches:  trunk
changeset: 512582:1bb70a57a5de
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu May 11 19:43:02 2006 +0000

description:
Uses C++.

diffstat:

 wm/novawm/Makefile   |  3 ++-
 wm/openbox2/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 560da65775aa -r 1bb70a57a5de wm/novawm/Makefile
--- a/wm/novawm/Makefile        Thu May 11 19:28:52 2006 +0000
+++ b/wm/novawm/Makefile        Thu May 11 19:43:02 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/03/04 21:30:54 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2006/05/11 19:52:03 joerg Exp $
 #
 
 DISTNAME=      NovaWM-0.8_alpha
@@ -12,6 +12,7 @@
 COMMENT=       Nova window manager
 
 GNU_CONFIGURE= YES
+USE_LANGUAGES= c c++
 USE_TOOLS+=    gmake
 
 .include "../../graphics/xpm/buildlink3.mk"
diff -r 560da65775aa -r 1bb70a57a5de wm/openbox2/Makefile
--- a/wm/openbox2/Makefile      Thu May 11 19:28:52 2006 +0000
+++ b/wm/openbox2/Makefile      Thu May 11 19:43:02 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:54 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2006/05/11 19:43:02 joerg Exp $
 #
 
 DISTNAME=      openbox-2.2.3
@@ -12,6 +12,7 @@
 
 DEPENDS+=      bsetroot>=0.1nb1:../../wm/bsetroot
 
+USE_LANGUAGES= c c++
 USE_TOOLS+=    pkg-config
 GNU_CONFIGURE= YES
 



Home | Main Index | Thread Index | Old Index