diff options
Diffstat (limited to 'lang')
-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 |