diff options
author | R. Imura <imura@FreeBSD.org> | 2000-02-28 15:44:36 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 2000-02-28 15:44:36 +0000 |
commit | fb3062ab446b9ad598f5608edcdef64e451b5e18 (patch) | |
tree | 5aae67020019f5681fb6a129180c4e10fddf4af4 /lang/ocaml/Makefile | |
parent | b6983955fda99d4d3adcff1ef58659ecf686f27c (diff) | |
download | ports-fb3062ab446b9ad598f5608edcdef64e451b5e18.tar.gz ports-fb3062ab446b9ad598f5608edcdef64e451b5e18.zip |
Notes
Diffstat (limited to 'lang/ocaml/Makefile')
-rw-r--r-- | lang/ocaml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 40c771112bfd..acef2e89ef42 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: Objective Caml -# Version required: 1.07 +# Version required: 2.04 # Date created: 24 December 1996 # Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # # $FreeBSD$ # -DISTNAME= ocaml-2.02 +DISTNAME= ocaml-2.04 CATEGORIES= lang MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/ \ ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/caml-light/ |