Wed Mar 14 15:09:23 2012 UTC ()
textproc/yelp-xsl: USE_TOOLS+= msgfmt


(marino)
diff -r1.1.1.1 -r1.2 pkgsrc/textproc/yelp-xsl/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/textproc/yelp-xsl/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/yelp-xsl/Makefile 2012/02/10 17:57:37 1.1.1.1
+++ pkgsrc/textproc/yelp-xsl/Makefile 2012/03/14 15:09:23 1.2
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile,v 1.1.1.1 2012/02/10 17:57:37 drochner Exp $ 1# $NetBSD: Makefile,v 1.2 2012/03/14 15:09:23 marino Exp $
2# 2#
3 3
4DISTNAME= yelp-xsl-3.3.2 4DISTNAME= yelp-xsl-3.3.2
5CATEGORIES= textproc 5CATEGORIES= textproc
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/yelp-xsl/3.3/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/yelp-xsl/3.3/}
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= prlw1@cam.ac.uk 9MAINTAINER= prlw1@cam.ac.uk
10HOMEPAGE= http://www.gnome.org/ 10HOMEPAGE= http://www.gnome.org/
11COMMENT= XSL stylesheets for Yelp help browser 11COMMENT= XSL stylesheets for Yelp help browser
12LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mit 12LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mit
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17USE_TOOLS+= pkg-config intltool 17USE_TOOLS+= pkg-config intltool msgfmt
18USE_PKGLOCALEDIR= yes 18USE_PKGLOCALEDIR= yes
19 19
20PKGCONFIG_OVERRIDE+= yelp-xsl.pc.in 20PKGCONFIG_OVERRIDE+= yelp-xsl.pc.in
21 21
22BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool 22BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
23DEPENDS+= libxml2>=2.6.12:../../textproc/libxml2 23DEPENDS+= libxml2>=2.6.12:../../textproc/libxml2
24DEPENDS+= libxslt>=1.1.8:../../textproc/libxslt 24DEPENDS+= libxslt>=1.1.8:../../textproc/libxslt
25.include "../../lang/python/pyversion.mk" 25.include "../../lang/python/pyversion.mk"
26.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"