diff options
author | adam <adam> | 2006-05-23 09:36:30 +0000 |
---|---|---|
committer | adam <adam> | 2006-05-23 09:36:30 +0000 |
commit | a59fe48725e83d551ad51212bf65e818cca68ad8 (patch) | |
tree | d42de6b569c96f8f42882f86d041d06aecd3c97e /chat/kadu | |
parent | 68c512aaf8484eecbc533ed79e6522e10e26dc56 (diff) | |
download | pkgsrc-a59fe48725e83d551ad51212bf65e818cca68ad8.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 |