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 | a6f0729c6ecf474e74e31689669e2a0ba4e02606 (patch) | |
tree | bf056cf78dc1dc41931379ac2e3142af50402572 /wm/icecc | |
parent | 8d9d5f8484b85e92504ebe78f90baa2229778c8f (diff) | |
download | pkgsrc-a6f0729c6ecf474e74e31689669e2a0ba4e02606.tar.gz |
Needs cc too.
Diffstat (limited to 'wm/icecc')
-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 |