diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-06-04 22:22:20 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-06-04 22:22:20 +0000 |
commit | b11af969c1932be01840946d8fc371e3c47dfe61 (patch) | |
tree | bb7beaed20382ed08afc45647f09f9fd96e2865d /lang/ocaml-nox11 | |
parent | 9e5dead7fd214c82555953fe8a1041536036b164 (diff) |
Notes
Diffstat (limited to 'lang/ocaml-nox11')
-rw-r--r-- | lang/ocaml-nox11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ocaml-nox11/Makefile b/lang/ocaml-nox11/Makefile index ab3b4584bbe4..1fd7640a8e10 100644 --- a/lang/ocaml-nox11/Makefile +++ b/lang/ocaml-nox11/Makefile @@ -8,12 +8,12 @@ PORTNAME= ocaml-nox11 CATEGORIES= lang -MAINTAINER= ports@FreeBSD.org +MAINTAINER= marwan.burelle@lri.fr COMMENT= Objective Caml compiler and programming environment (no X11) MASTERDIR= ${.CURDIR}/../ocaml -CONFLICTS= ocaml-[0-9]* ocaml-notk-* +CONFLICTS= ocaml-[0-9]* ocaml-notk-[0-9]* WITHOUT_X11= yes |