diff options
author | joerg <joerg> | 2006-05-20 18:20:49 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-20 18:20:49 +0000 |
commit | fb2080850791897bde6677dc4a2b61b15ac7979c (patch) | |
tree | 27c9e9102bf3900b05618cbceaa9e2dff2ec6790 /wm/icecc | |
parent | 22f9306755bddf9bda6dd4498f43e31e160bd5fb (diff) | |
download | pkgsrc-fb2080850791897bde6677dc4a2b61b15ac7979c.tar.gz |
Uses C++.
Diffstat (limited to 'wm/icecc')
-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 |