summaryrefslogtreecommitdiff
path: root/chat/licq-core/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/licq-core/Makefile')
-rw-r--r--chat/licq-core/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/chat/licq-core/Makefile b/chat/licq-core/Makefile
index 95d70db6ead..d6d621d741c 100644
--- a/chat/licq-core/Makefile
+++ b/chat/licq-core/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2008/07/14 12:55:59 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2012/02/16 15:26:41 hans Exp $
#
DISTNAME= licq-1.3.5
PKGNAME= ${DISTNAME:C/-/-core-/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=licq/}
EXTRACT_SUFX= .tar.bz2
@@ -17,6 +17,10 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
+USE_TOOLS+= msgmerge msgfmt
+USE_PKGLOCALEDIR= yes
+
+CONFIGURE_ARGS+= --localedir=${LOCALBASE}/${PKGLOCALEDIR}/locale
.include "../../mk/bsd.prefs.mk"
@@ -25,5 +29,6 @@ GNU_CONFIGURE= YES
INSTALL_UNSTRIPPED= yes
.endif
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"