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 | 5332c91ccb80c65f639aa8c6fed5d21b218707ad (patch) | |
tree | d42de6b569c96f8f42882f86d041d06aecd3c97e /chat | |
parent | 5b084dcc013b644fbb3368de3fc7d4fbc25239d8 (diff) | |
download | pkgsrc-5332c91ccb80c65f639aa8c6fed5d21b218707ad.tar.gz |
Added USE_LANGUAGES
Diffstat (limited to 'chat')
-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 |