aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ocaml
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2005-06-27 22:10:29 +0800
committerjylefort <jylefort@FreeBSD.org>2005-06-27 22:10:29 +0800
commit7743059a40483a4abe5d897c4695126d2d37be3c (patch)
tree277aa3c2c12e78a974363f72121e2258a4c0af7e /lang/ocaml
parenta12ed1f22e9ee75267ed0196aea2045abbd364f4 (diff)
downloadfreebsd-ports-graphics-7743059a40483a4abe5d897c4695126d2d37be3c.tar.gz
freebsd-ports-graphics-7743059a40483a4abe5d897c4695126d2d37be3c.tar.zst
freebsd-ports-graphics-7743059a40483a4abe5d897c4695126d2d37be3c.zip
Conflicts with metaocaml.
Diffstat (limited to 'lang/ocaml')
-rw-r--r--lang/ocaml/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index 599232c17b1..47f443fdb35 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -17,21 +17,23 @@ PKGNAMESUFFIX= ${SFX}
MAINTAINER?= marwan.burelle@lri.fr
COMMENT?= The Objective Caml compiler and programming environment
+CONFLICTS= metaocaml-[0-9]*
+
.if defined(WITHOUT_X11)
PLIST_SUB+= X11="@comment " TK="@comment "
WITHOUT_TK= yes
SFX= -nox11
-CONFLICTS= ocaml-[0-9]* ocaml-notk-[0-9]*
+CONFLICTS+= ocaml-[0-9]* ocaml-notk-[0-9]*
.else
PLIST_SUB+= X11=""
USE_XLIB= yes
.if defined(WITHOUT_TK)
PLIST_SUB+= TK="@comment "
SFX= -notk
-CONFLICTS= ocaml-[0-9]* ocaml-nox11-[0-9]*
+CONFLICTS+= ocaml-[0-9]* ocaml-nox11-[0-9]*
.else
PLIST_SUB+= TK=""
-CONFLICTS= ocaml-nox11-[0-9]* ocaml-notk-[0-9]*
+CONFLICTS+= ocaml-nox11-[0-9]* ocaml-notk-[0-9]*
BUILD_DEPENDS+= ${LOCALBASE}/include/tcl8.4:${PORTSDIR}/lang/tcl84 \
${LOCALBASE}/include/tk8.4:${PORTSDIR}/x11-toolkits/tk84