diff options
author | thierry <thierry@FreeBSD.org> | 2005-06-05 06:22:20 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-06-05 06:22:20 +0800 |
commit | 4bc7c488e8ce385ee427f833ac4c1cec83aa6a15 (patch) | |
tree | 6789131aaeaa7f443f816bc8311461685ffa11b0 /lang/ocaml-nox11 | |
parent | fb2c3adcfaa2237f0b9b0ce4a9f5cc940623b513 (diff) | |
download | freebsd-ports-gnome-4bc7c488e8ce385ee427f833ac4c1cec83aa6a15.tar.gz freebsd-ports-gnome-4bc7c488e8ce385ee427f833ac4c1cec83aa6a15.tar.zst freebsd-ports-gnome-4bc7c488e8ce385ee427f833ac4c1cec83aa6a15.zip |
Take maintainership.
PR: ports/81870
Submitted by: Marwan Burelle <marwan.burelle (at) lri.fr>
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 |