diff options
author | adam <adam@pkgsrc.org> | 2006-05-23 09:36:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-05-23 09:36:30 +0000 |
commit | fb03f35d59dbedafe4e40b50a75805338bc2015c (patch) | |
tree | d42de6b569c96f8f42882f86d041d06aecd3c97e /chat/kadu | |
parent | 0e7d9cd1853c8eb833a1c2697a54437bd9623333 (diff) | |
download | pkgsrc-fb03f35d59dbedafe4e40b50a75805338bc2015c.tar.gz |
Added USE_LANGUAGES
Diffstat (limited to 'chat/kadu')
-rw-r--r-- | chat/kadu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/kadu/Makefile b/chat/kadu/Makefile index 4b1a2bd7f25..3efda7beff2 100644 --- a/chat/kadu/Makefile +++ b/chat/kadu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/04/17 13:46:18 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2006/05/23 09:36:30 adam Exp $ DISTNAME= kadu-0.4.3 PKGREVISION= 3 @@ -12,6 +12,7 @@ COMMENT= Chat client for Gadu-Gadu network (Poland) WRKSRC= ${WRKDIR}/kadu USE_DIRS+= xdg-1.2 +USE_LANGUAGES= c++ USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes |