diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-15 23:39:49 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-15 23:39:49 +0000 |
commit | fb85dbb771ccc13294073c13ccdb59a8f4097978 (patch) | |
tree | 3eb35f53bbb6edea95da525aa036757c2b7b4e61 /www | |
parent | 762ff336e77d706a173d58371183e5dd115dd8ea (diff) | |
download | pkgsrc-fb85dbb771ccc13294073c13ccdb59a8f4097978.tar.gz |
Uses C++.
Diffstat (limited to 'www')
-rw-r--r-- | www/kazehakase/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile index 66cc9f3bff3..bee0feeddcf 100644 --- a/www/kazehakase/Makefile +++ b/www/kazehakase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/04/17 13:46:51 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2006/05/15 23:39:49 joerg Exp $ # DISTNAME= kazehakase-0.3.3 @@ -15,6 +15,7 @@ BROKEN_IN= pkgsrc-2005Q4 GNU_CONFIGURE= yes USE_DIRS+= xdg-1.2 USE_TOOLS+= gmake msgfmt pkg-config +USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes |