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/openbox2 | |
parent | c1137c55debb88e044645b40c136519a88e08b3e (diff) | |
download | pkgsrc-a35b2f9e675aa26c05b5983027be02c261aea172.tar.gz |
Uses C++.
Diffstat (limited to 'wm/openbox2')
-rw-r--r-- | wm/openbox2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |