diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-27 20:53:34 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-27 20:53:34 +0000 |
commit | f25b0db887cd4983a36cd57ee85d3b0e677d9a01 (patch) | |
tree | 12441a2095676f8bcda52b6581ead23f39f19366 /textproc | |
parent | 06e49aba4fe18f57de9dc3b2d192af2b4fbd4af0 (diff) | |
download | pkgsrc-f25b0db887cd4983a36cd57ee85d3b0e677d9a01.tar.gz |
Bl3ify (so that catalogs.mk uses the bl3 file); per wiz@ request.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docbook-simple/Makefile | 3 | ||||
-rw-r--r-- | textproc/tei/Makefile | 3 | ||||
-rw-r--r-- | textproc/teixsl-fo/Makefile | 3 | ||||
-rw-r--r-- | textproc/teixsl-html/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/textproc/docbook-simple/Makefile b/textproc/docbook-simple/Makefile index a26f8c06769..84303678e31 100644 --- a/textproc/docbook-simple/Makefile +++ b/textproc/docbook-simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/02/25 11:48:15 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/27 20:53:34 jmmv Exp $ # DISTNAME= docbook-simple-1.1b1 @@ -11,6 +11,7 @@ MAINTAINER= minskim@bawi.org HOMEPAGE= http://docbook.org/xml/simple/ COMMENT= Simplified DocBook XML DTD +USE_BUILDLINK3= YES USE_LANGUAGES= # empty NO_CONFIGURE= YES NO_BUILD= YES diff --git a/textproc/tei/Makefile b/textproc/tei/Makefile index 942e50d15be..9432cf9ae94 100644 --- a/textproc/tei/Makefile +++ b/textproc/tei/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/01/23 17:18:32 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/27 20:53:34 jmmv Exp $ DISTNAME= dtd PKGNAME= tei-4 @@ -14,6 +14,7 @@ COMMENT= DTD of the Text Encoding Initiative WRKSRC= ${WRKDIR} NO_CONFIGURE= YES NO_BUILD= YES +USE_BUILDLINK3= YES DTDDIR= ${LOCALBASE}/share/xml/tei diff --git a/textproc/teixsl-fo/Makefile b/textproc/teixsl-fo/Makefile index d727924cc2f..9b93dd57d7a 100644 --- a/textproc/teixsl-fo/Makefile +++ b/textproc/teixsl-fo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/03/20 19:47:18 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/27 20:53:34 jmmv Exp $ DISTNAME= teixsl-fo PKGNAME= ${DISTNAME}-3.1 @@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR} DIST_SUBDIR= ${PKGNAME} NO_CONFIGURE= YES NO_BUILD= YES +USE_BUILDLINK3= YES XSLDIR= ${PREFIX}/share/xsl/tei/fo diff --git a/textproc/teixsl-html/Makefile b/textproc/teixsl-html/Makefile index 57362c739a1..6efdfb6c18a 100644 --- a/textproc/teixsl-html/Makefile +++ b/textproc/teixsl-html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/03/20 19:47:17 minskim Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/27 20:53:34 jmmv Exp $ DISTNAME= teixsl-html PKGNAME= ${DISTNAME}-3.1 @@ -15,6 +15,7 @@ WRKSRC= ${WRKDIR} DIST_SUBDIR= ${PKGNAME} NO_CONFIGURE= YES NO_BUILD= YES +USE_BUILDLINK3= YES TEIDIR= ${PREFIX}/share/xsl/tei |