diff options
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 7d8a7d3b3ef9..2f776b4e5b47 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -102,7 +102,7 @@ post-patch: .endif pre-build: - cd ${WRKSRC} && gmake depend + cd ${WRKSRC} && ${GMAKE} depend post-install: @${RM} -f ${MAN1PREFIX}/man/de.UTF-8/man1/wine.1 \ diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 7d8a7d3b3ef9..2f776b4e5b47 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -102,7 +102,7 @@ post-patch: .endif pre-build: - cd ${WRKSRC} && gmake depend + cd ${WRKSRC} && ${GMAKE} depend post-install: @${RM} -f ${MAN1PREFIX}/man/de.UTF-8/man1/wine.1 \ |