diff options
author | wiz <wiz@pkgsrc.org> | 2006-08-06 10:45:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-08-06 10:45:44 +0000 |
commit | dab5a7bb5dba2ca99d48563c6384f1f765bed89a (patch) | |
tree | bf056cf78dc1dc41931379ac2e3142af50402572 | |
parent | 7f6defb57154321a115f1d8e867d94307c0c4847 (diff) | |
download | pkgsrc-dab5a7bb5dba2ca99d48563c6384f1f765bed89a.tar.gz |
Needs cc too.
-rw-r--r-- | wm/icecc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/icecc/Makefile b/wm/icecc/Makefile index e56391768ab..d9fd71726c6 100644 --- a/wm/icecc/Makefile +++ b/wm/icecc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/05/20 18:20:49 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/08/06 10:45:44 wiz Exp $ # Package version reflects icecc version, with PKGREVISION incremented # for any tool updates, according to the authors scheme. @@ -25,7 +25,7 @@ COMMENT= IceWM Control Centre DEPENDS+= vim-{gtk,gtk2,kde,motif,xaw}>=6.3.0:../../editors/vim-xaw -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake |