summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-05-15 22:45:38 +0000
committerjoerg <joerg@pkgsrc.org>2006-05-15 22:45:38 +0000
commit6f313dda88f40b506c7220a1ba1ededd4e3f7264 (patch)
treebad3c85eff9b885119b57d21e6ded32408fe4247 /wm
parentf0b9980be424cc232c15a691cdd6d57a6785ee1d (diff)
downloadpkgsrc-6f313dda88f40b506c7220a1ba1ededd4e3f7264.tar.gz
Uses C++.
Diffstat (limited to 'wm')
-rw-r--r--wm/3ddesktop/Makefile4
-rw-r--r--wm/flwm/Makefile4
2 files changed, 5 insertions, 3 deletions
diff --git a/wm/3ddesktop/Makefile b/wm/3ddesktop/Makefile
index e77d1994d52..31c0d7267bf 100644
--- a/wm/3ddesktop/Makefile
+++ b/wm/3ddesktop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/04/17 13:46:49 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2006/05/15 22:48:10 joerg Exp $
#
DISTNAME= 3ddesktop-0.2.8
@@ -12,6 +12,8 @@ COMMENT= 3D Virtual Desktop Switcher
GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++
+
EGDIR= ${PREFIX}/share/examples/3ddesktop
CONF_FILES= ${EGDIR}/3ddesktop.conf ${PKG_SYSCONFDIR}/3ddesktop.conf
diff --git a/wm/flwm/Makefile b/wm/flwm/Makefile
index bcfa53de0b6..eeab2862323 100644
--- a/wm/flwm/Makefile
+++ b/wm/flwm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/03/04 21:30:54 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2006/05/15 22:48:35 joerg Exp $
#
DISTNAME= flwm-1.00
@@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://flwm.sourceforge.net/
COMMENT= The Fast, Light Window Manager
-
+USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
CONFIGURE_ENV+= X_LIBS="-lGL"
MAKE_ENV+= CXXFLAGS=${CXXFLAGS:M*:Q}