Wed Nov 23 19:33:56 2011 UTC ()
chat/gajim: Add msgfmt to USE_TOOLS

Required to build on DragonFly.


(marino)
diff -r1.5 -r1.6 pkgsrc/chat/gajim/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/chat/gajim/Makefile (expand / switch to unified diff)

--- pkgsrc/chat/gajim/Makefile 2011/11/01 06:00:45 1.5
+++ pkgsrc/chat/gajim/Makefile 2011/11/23 19:33:56 1.6
@@ -1,33 +1,33 @@ @@ -1,33 +1,33 @@
1# $NetBSD: Makefile,v 1.5 2011/11/01 06:00:45 sbd Exp $ 1# $NetBSD: Makefile,v 1.6 2011/11/23 19:33:56 marino Exp $
2# 2#
3 3
4DISTNAME= gajim-0.14.1 4DISTNAME= gajim-0.14.1
5PKGREVISION= 4 5PKGREVISION= 4
6CATEGORIES= chat python 6CATEGORIES= chat python
7MASTER_SITES= http://www.gajim.org/downloads/0.14/ 7MASTER_SITES= http://www.gajim.org/downloads/0.14/
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= vsevolod@highsecure.ru 10MAINTAINER= vsevolod@highsecure.ru
11HOMEPAGE= http://www.gajim.org/ 11HOMEPAGE= http://www.gajim.org/
12COMMENT= Jabber client written in PyGTK 12COMMENT= Jabber client written in PyGTK
13LICENSE= gnu-gpl-v3 13LICENSE= gnu-gpl-v3
14 14
15DEPENDS= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat 15DEPENDS= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
16DEPENDS= ${PYPKGPREFIX}-dbus>=0.81:../../sysutils/py-dbus 16DEPENDS= ${PYPKGPREFIX}-dbus>=0.81:../../sysutils/py-dbus
17DEPENDS= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 17DEPENDS= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
18 18
19PKG_DESTDIR_SUPPORT= user-destdir 19PKG_DESTDIR_SUPPORT= user-destdir
20 20
21.include "options.mk" 21.include "options.mk"
22 22
23USE_TOOLS+= gmake intltool pkg-config 23USE_TOOLS+= gmake intltool pkg-config msgfmt
24GNU_CONFIGURE= yes 24GNU_CONFIGURE= yes
25 25
26PYTHON_VERSIONS_ACCEPTED= 27 26 25 26PYTHON_VERSIONS_ACCEPTED= 27 26 25
27 27
28.include "../../lang/python/application.mk" 28.include "../../lang/python/application.mk"
29.include "../../lang/python/extension.mk" 29.include "../../lang/python/extension.mk"
30.include "../../sysutils/desktop-file-utils/desktopdb.mk" 30.include "../../sysutils/desktop-file-utils/desktopdb.mk"
31.include "../../x11/libXScrnSaver/buildlink3.mk" 31.include "../../x11/libXScrnSaver/buildlink3.mk"
32.include "../../x11/py-gtk2/buildlink3.mk" 32.include "../../x11/py-gtk2/buildlink3.mk"
33.include "../../mk/bsd.pkg.mk" 33.include "../../mk/bsd.pkg.mk"