diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-29 10:05:35 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-29 10:05:35 +0000 |
commit | 4009f9a504cd13580778f06819a311fc1025d3df (patch) | |
tree | 8ba8a63d1bded86f0e041d0308ccf110b7438158 | |
parent | 819f25b36d45b8ac5593ec8e6f470d9ad454b08a (diff) | |
download | ports-4009f9a504cd13580778f06819a311fc1025d3df.tar.gz ports-4009f9a504cd13580778f06819a311fc1025d3df.zip |
lang/ocaml: Remove redundant '-[0-9]*' from CONFLICTS
Follow-up to previous commit: one occurance of "-[0-9]*" had been
missed.
Approved by: portmgr (blanket)
-rw-r--r-- | lang/ocaml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 35e38647cc97..813798316af0 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -94,7 +94,7 @@ CONFIGURE_ARGS+=-x11include ${LOCALBASE}/include -x11lib ${LOCALBASE}/lib .else PLIST_SUB+= X11="@comment " SFX= -nox11 -CONFLICTS+= ocaml-[0-9]* +CONFLICTS+= ocaml CONFIGURE_ARGS+=-no-graph .endif |