aboutsummaryrefslogtreecommitdiff
path: root/devel/mingw32-bin-msvcrt/Makefile
diff options
context:
space:
mode:
authorLev A. Serebryakov <lev@FreeBSD.org>2003-09-15 15:48:24 +0000
committerLev A. Serebryakov <lev@FreeBSD.org>2003-09-15 15:48:24 +0000
commit017be0624dfc41ff16dbb5cef1de7ba4de429007 (patch)
treeff3c2e2f3b9be4b9af05e01c42e2dc2cee26c94d /devel/mingw32-bin-msvcrt/Makefile
parent6b72d0c997b1ebbd28a5f8aa5e3a44bbcb79e258 (diff)
Notes
Diffstat (limited to 'devel/mingw32-bin-msvcrt/Makefile')
-rw-r--r--devel/mingw32-bin-msvcrt/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/mingw32-bin-msvcrt/Makefile b/devel/mingw32-bin-msvcrt/Makefile
index effd455da519..743834a673cb 100644
--- a/devel/mingw32-bin-msvcrt/Makefile
+++ b/devel/mingw32-bin-msvcrt/Makefile
@@ -18,12 +18,16 @@ DIST_SUBDIR= mingw
MAINTAINER= lev@FreeBSD.org
COMMENT= Headers and Libraries for Windows cross-development
-RUNTIMEVERSION= 3.0
-APIVERSION= 2.3
+RUNTIMEVERSION= 3.1
+APIVERSION= 2.4
NO_MTREE= yes
NO_WRKSUBDIR= yes
+.if defined(INSTALL_AS_USER)
+MAKE_ARGS+= INSTALL_AS_USER=yes
+.endif
+
post-extract:
@${CP} ${FILESDIR}/Makefile ${WRKDIR}