diff options
author | minskim <minskim> | 2005-02-14 15:40:19 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-02-14 15:40:19 +0000 |
commit | 78fd87ae4661046766402a987cc1522a9bbcd058 (patch) | |
tree | 83106599cb63629d7b6858c5ea682c1e22037d18 /converters | |
parent | f892f4fa94c8e570c728f558025bb1789b295b0e (diff) | |
download | pkgsrc-78fd87ae4661046766402a987cc1522a9bbcd058.tar.gz |
Specify minimum required version of ocaml in BUILD_DEPENDS.
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 39e259350d5..fdab04111ae 100644 --- a/converters/bibtex2html/Makefile +++ b/converters/bibtex2html/Makefile @@ -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 @@ MAINTAINER= minskim@NetBSD.org 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 |