pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/bibtex2html Specify minimum required versio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbddcfc7e519
branches:  trunk
changeset: 489008:fbddcfc7e519
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Feb 14 15:40:19 2005 +0000

description:
Specify minimum required version of ocaml in BUILD_DEPENDS.

diffstat:

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

diffs (18 lines):

diff -r 50d351987d3d -r fbddcfc7e519 converters/bibtex2html/Makefile
--- a/converters/bibtex2html/Makefile   Mon Feb 14 15:37:44 2005 +0000
+++ b/converters/bibtex2html/Makefile   Mon Feb 14 15:40:19 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/02/14 15:37:44 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2005/02/14 15:40:19 minskim Exp $
 
 DISTNAME=      bibtex2html-1.74
 CATEGORIES=    converters
@@ -8,7 +8,7 @@
 HOMEPAGE=      http://www.lri.fr/~filliatr/bibtex2html/
 COMMENT=       Collection of tools for translating from BibTeX to HTML
 
-BUILD_DEPENDS= ocaml-[0-9]*:../../lang/ocaml
+BUILD_DEPENDS= ocaml>=3.08:../../lang/ocaml
 DEPENDS+=      teTeX-bin-[0-9]*:../../print/teTeX-bin
 
 NO_BUILDLINK=  yes



Home | Main Index | Thread Index | Old Index