diff options
author | wiz <wiz> | 2005-03-27 20:38:51 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-03-27 20:38:51 +0000 |
commit | 7a7bfc6029d79c49bbabd02e54939491ccc040af (patch) | |
tree | d98b7dfd60703c376f2e52da40f8de1b01122151 /converters | |
parent | a1dc9983a9a43164ddf64ed6397950da066d8fb8 (diff) | |
download | pkgsrc-7a7bfc6029d79c49bbabd02e54939491ccc040af.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" |