pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/bibtex2html Use ocaml/bl3 instead of BUILD_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9cb7e2b17979
branches:  trunk
changeset: 491675:9cb7e2b17979
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Mar 27 20:38:51 2005 +0000

description:
Use ocaml/bl3 instead of BUILD_DEPENDS.
Fixes PR 29802 by Antoine Reilles.

diffstat:

 converters/bibtex2html/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 5633e8fec34b -r 9cb7e2b17979 converters/bibtex2html/Makefile
--- a/converters/bibtex2html/Makefile   Sun Mar 27 20:37:11 2005 +0000
+++ b/converters/bibtex2html/Makefile   Sun Mar 27 20:38:51 2005 +0000
@@ -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 @@
 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 @@
        ${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"



Home | Main Index | Thread Index | Old Index