diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-20 18:20:49 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-20 18:20:49 +0000 |
commit | 9ebcceb724de4fa695e698f73ad814906b05355d (patch) | |
tree | 27c9e9102bf3900b05618cbceaa9e2dff2ec6790 /wm | |
parent | cc1549810fe80537f95ba03d06aaa59df2f5c180 (diff) | |
download | pkgsrc-9ebcceb724de4fa695e698f73ad814906b05355d.tar.gz |
Uses C++.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/icecc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/icecc/Makefile b/wm/icecc/Makefile index 084045324ce..e56391768ab 100644 --- a/wm/icecc/Makefile +++ b/wm/icecc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/04/17 13:46:50 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/05/20 18:20:49 joerg Exp $ # Package version reflects icecc version, with PKGREVISION incremented # for any tool updates, according to the authors scheme. @@ -25,6 +25,7 @@ COMMENT= IceWM Control Centre DEPENDS+= vim-{gtk,gtk2,kde,motif,xaw}>=6.3.0:../../editors/vim-xaw +USE_LANGUAGES= c++ USE_LIBTOOL= yes USE_TOOLS+= gmake |