aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2024-05-12 10:43:15 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2024-05-12 10:43:15 +0000
commit07042622f3af82e624f996fb442a4627678abdf4 (patch)
tree0c7631ff85df4398cb7eb7cf0158e43b73374646
parent8c7209e0d928b9dce11c85d36b36a56dabf2371a (diff)
downloadports-07042622f3af82e624f996fb442a4627678abdf4.tar.gz
ports-07042622f3af82e624f996fb442a4627678abdf4.zip
emulators/wine: Clean environment for gmake
Backport c9fcc6ef30 from emulators/wine-devel. PR: 277913
-rw-r--r--emulators/wine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index df8365ba92ac..18a23f4eb33a 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -156,7 +156,7 @@ PLIST_SUB+= WINE32="" WINE64="@comment " WINEARCH="i386"
.endif
pre-build:
- cd ${WRKSRC} && ${MAKE_CMD} depend
+ cd ${WRKSRC} && ${SETENVI} ${WRK_ENV} ${MAKE_CMD} depend
post-install:
.if ${ARCH} == i386