diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-11 19:43:02 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-11 19:43:02 +0000 |
commit | a35b2f9e675aa26c05b5983027be02c261aea172 (patch) | |
tree | a2b42085bcd9004fc1b27f874913033f7120aad2 /wm | |
parent | c1137c55debb88e044645b40c136519a88e08b3e (diff) | |
download | pkgsrc-a35b2f9e675aa26c05b5983027be02c261aea172.tar.gz |
Uses C++.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/novawm/Makefile | 3 | ||||
-rw-r--r-- | wm/openbox2/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/wm/novawm/Makefile b/wm/novawm/Makefile index ccaea5488c3..cd80598d5b4 100644 --- a/wm/novawm/Makefile +++ b/wm/novawm/Makefile @@ -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 @@ HOMEPAGE= http://novawm.sourceforge.net/ COMMENT= Nova window manager GNU_CONFIGURE= YES +USE_LANGUAGES= c c++ USE_TOOLS+= gmake .include "../../graphics/xpm/buildlink3.mk" diff --git a/wm/openbox2/Makefile b/wm/openbox2/Makefile index 4bfb559252e..eb623411e74 100644 --- a/wm/openbox2/Makefile +++ b/wm/openbox2/Makefile @@ -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 @@ COMMENT= Window manager based on Blackbox (2.x branch) DEPENDS+= bsetroot>=0.1nb1:../../wm/bsetroot +USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config GNU_CONFIGURE= YES |