Tue Nov 18 15:20:54 2008 UTC ()
Use TOOLS_PATH.bash for bash. Might fix build on Linux while hopefully not
breaking it otherwise.


(wiz)
diff -r1.15 -r1.16 pkgsrc/textproc/xmlto/Makefile

cvs diff -r1.15 -r1.16 pkgsrc/textproc/xmlto/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/xmlto/Makefile 2008/11/13 11:15:14 1.15
+++ pkgsrc/textproc/xmlto/Makefile 2008/11/18 15:20:54 1.16
@@ -1,33 +1,33 @@ @@ -1,33 +1,33 @@
1# $NetBSD: Makefile,v 1.15 2008/11/13 11:15:14 wiz Exp $ 1# $NetBSD: Makefile,v 1.16 2008/11/18 15:20:54 wiz Exp $
2# 2#
3 3
4DISTNAME= xmlto-0.0.21 4DISTNAME= xmlto-0.0.21
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= textproc 6CATEGORIES= textproc
7MASTER_SITES= # ftp(1) doesn't speak https: https://fedorahosted.org/xmlto/browser 7MASTER_SITES= # ftp(1) doesn't speak https: https://fedorahosted.org/xmlto/browser
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://fedorahosted.org/xmlto/ 11HOMEPAGE= https://fedorahosted.org/xmlto/
12COMMENT= Tool to help transform XML documents into other formats 12COMMENT= Tool to help transform XML documents into other formats
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16DEPENDS+= getopt-[0-9]*:../../misc/getopt 16DEPENDS+= getopt-[0-9]*:../../misc/getopt
17DEPENDS+= docbook-xsl>=1.67.0nb1:../../textproc/docbook-xsl 17DEPENDS+= docbook-xsl>=1.67.0nb1:../../textproc/docbook-xsl
18DEPENDS+= libxml2>=2.6.2:../../textproc/libxml2 18DEPENDS+= libxml2>=2.6.2:../../textproc/libxml2
19 19
20USE_PKGLOCALEDIR= yes 20USE_PKGLOCALEDIR= yes
21GNU_CONFIGURE= yes 21GNU_CONFIGURE= yes
22MAKE_ENV+= SGML_CATALOG_FILES=${PREFIX}/share/xml/catalog 22MAKE_ENV+= SGML_CATALOG_FILES=${PREFIX}/share/xml/catalog
23CONFIGURE_ARGS+= --with-getopt=${PREFIX}/bin/getopt 23CONFIGURE_ARGS+= --with-getopt=${PREFIX}/bin/getopt
24CONFIGURE_ARGS+= --with-bash=${PREFIX}/bin/bash 24CONFIGURE_ARGS+= --with-bash=${TOOLS_PATH.bash}
25 25
26REPLACE_BASH+= xmlif/test/run-test 26REPLACE_BASH+= xmlif/test/run-test
27USE_TOOLS+= bash:run mktemp 27USE_TOOLS+= bash:run mktemp
28TEST_TARGET= check 28TEST_TARGET= check
29 29
30INSTALLATION_DIRS= share/xmlto/format/docbook share/xmlto/format/fo 30INSTALLATION_DIRS= share/xmlto/format/docbook share/xmlto/format/fo
31 31
32.include "../../textproc/libxslt/buildlink3.mk" 32.include "../../textproc/libxslt/buildlink3.mk"
33.include "../../mk/bsd.pkg.mk" 33.include "../../mk/bsd.pkg.mk"