diff options
author | joerg <joerg> | 2006-05-15 23:39:49 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-15 23:39:49 +0000 |
commit | 279d958e8111487f51d0619bff0cfa07995fad1c (patch) | |
tree | 3eb35f53bbb6edea95da525aa036757c2b7b4e61 /www/kazehakase | |
parent | 7e8c5c8ee2d81ef68ea9229ec6f0a9d497277894 (diff) | |
download | pkgsrc-279d958e8111487f51d0619bff0cfa07995fad1c.tar.gz |
Uses C++.
Diffstat (limited to 'www/kazehakase')
-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 |