diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-06-27 22:10:29 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-06-27 22:10:29 +0800 |
commit | 7743059a40483a4abe5d897c4695126d2d37be3c (patch) | |
tree | 277aa3c2c12e78a974363f72121e2258a4c0af7e /lang/ocaml-nox11 | |
parent | a12ed1f22e9ee75267ed0196aea2045abbd364f4 (diff) | |
download | freebsd-ports-gnome-7743059a40483a4abe5d897c4695126d2d37be3c.tar.gz freebsd-ports-gnome-7743059a40483a4abe5d897c4695126d2d37be3c.tar.zst freebsd-ports-gnome-7743059a40483a4abe5d897c4695126d2d37be3c.zip |
Conflicts with metaocaml.
Diffstat (limited to 'lang/ocaml-nox11')
-rw-r--r-- | lang/ocaml-nox11/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ocaml-nox11/Makefile b/lang/ocaml-nox11/Makefile index 1fd7640a8e10..d482f97bd1f0 100644 --- a/lang/ocaml-nox11/Makefile +++ b/lang/ocaml-nox11/Makefile @@ -13,7 +13,7 @@ COMMENT= Objective Caml compiler and programming environment (no X11) MASTERDIR= ${.CURDIR}/../ocaml -CONFLICTS= ocaml-[0-9]* ocaml-notk-[0-9]* +CONFLICTS= metaocaml-[0-9]* ocaml-[0-9]* ocaml-notk-[0-9]* WITHOUT_X11= yes |