summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authortonio <tonio>2005-11-08 17:57:25 +0000
committertonio <tonio>2005-11-08 17:57:25 +0000
commit424a67dba7465db83a69142a57c30a0d55638635 (patch)
tree949d2c9e9808253b233ab66fdf34536b108c985f /converters
parentcbadbad3f77be4df758206ffafa9125d7d3f9755 (diff)
downloadpkgsrc-424a67dba7465db83a69142a57c30a0d55638635.tar.gz
convert to use tex.buildlink3.mk
Diffstat (limited to 'converters')
-rw-r--r--converters/bibtex2html/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/converters/bibtex2html/Makefile b/converters/bibtex2html/Makefile
index 0ed07fc2ee4..5dc1e148f65 100644
--- a/converters/bibtex2html/Makefile
+++ b/converters/bibtex2html/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/10/27 09:12:01 tonio Exp $
+# $NetBSD: Makefile,v 1.13 2005/11/08 17:57:25 tonio Exp $
DISTNAME= bibtex2html-1.76
CATEGORIES= converters
@@ -9,10 +9,10 @@ HOMEPAGE= http://www.lri.fr/~filliatr/bibtex2html/
COMMENT= Collection of tools for translating from BibTeX to HTML
BUILD_DEPENDS+= hevea-[0-9]*:../../textproc/hevea
-DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX-bin
GNU_CONFIGURE= yes
USE_TOOLS+= perl:run
+LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3
SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= "Fixing hardcoded paths."
@@ -37,4 +37,5 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/manual.ps ${PREFIX}/share/doc/${PKGBASE}
.include "../../lang/ocaml/buildlink3.mk"
+.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"