diff options
-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 |