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/tei | |
parent | 06e49aba4fe18f57de9dc3b2d192af2b4fbd4af0 (diff) | |
download | pkgsrc-f25b0db887cd4983a36cd57ee85d3b0e677d9a01.tar.gz |
Bl3ify (so that catalogs.mk uses the bl3 file); per wiz@ request.
Diffstat (limited to 'textproc/tei')
-rw-r--r-- | textproc/tei/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |