diff options
Diffstat (limited to 'devel/mingw32-bin-msvcrt/Makefile')
-rw-r--r-- | devel/mingw32-bin-msvcrt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/mingw32-bin-msvcrt/Makefile b/devel/mingw32-bin-msvcrt/Makefile index 743834a673cb..5e74b9393cf7 100644 --- a/devel/mingw32-bin-msvcrt/Makefile +++ b/devel/mingw32-bin-msvcrt/Makefile @@ -18,7 +18,9 @@ DIST_SUBDIR= mingw MAINTAINER= lev@FreeBSD.org COMMENT= Headers and Libraries for Windows cross-development -RUNTIMEVERSION= 3.1 +CONFLICTS= mingw-bin-msvcrt-* + +RUNTIMEVERSION= 3.2 APIVERSION= 2.4 NO_MTREE= yes |