diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-27 20:38:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-27 20:38:51 +0000 |
commit | ec61b38cb9eebf673ba2018821f0f4a0adc0a6b9 (patch) | |
tree | d98b7dfd60703c376f2e52da40f8de1b01122151 /converters | |
parent | a6cc4031f52f714776545f7ed5927c65ef0695eb (diff) | |
download | pkgsrc-ec61b38cb9eebf673ba2018821f0f4a0adc0a6b9.tar.gz |
Use ocaml/bl3 instead of BUILD_DEPENDS.
Fixes PR 29802 by Antoine Reilles.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/bibtex2html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/bibtex2html/Makefile b/converters/bibtex2html/Makefile index d674356ca0c..7ac0aa320cb 100644 --- a/converters/bibtex2html/Makefile +++ b/converters/bibtex2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/02/28 15:16:33 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2005/03/27 20:38:51 wiz Exp $ DISTNAME= bibtex2html-1.75 CATEGORIES= converters @@ -8,7 +8,6 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://www.lri.fr/~filliatr/bibtex2html/ COMMENT= Collection of tools for translating from BibTeX to HTML -BUILD_DEPENDS= ocaml>=3.08:../../lang/ocaml BUILD_DEPENDS+= hevea-[0-9]*:../../textproc/hevea DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX-bin @@ -36,4 +35,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/manual.html ${PREFIX}/share/doc/${PKGBASE} ${INSTALL_DATA} ${WRKSRC}/manual.ps ${PREFIX}/share/doc/${PKGBASE} +.include "../../lang/ocaml/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |