1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

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)
This commit is contained in:
Stefan Eßer 2021-10-29 12:05:35 +02:00
parent 819f25b36d
commit 4009f9a504

View File

@ -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