===>  Faking installation for ekg-1.7p3
cd src && /usr/local/bin/gmake all
/bin/sh: /usr/local/bin/gmake: not found
*** Error 127 in /usr/obj/ports/ekg-1.7/ekg-1.7 (Makefile:21 'ekg')

Apparently ekg will detect gmake and try using it. So if it is there during
configure and gets junked, boom.

This diff adds USE_GMAKE to avoid this.

ok?

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/ekg/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile    12 Jul 2019 20:48:25 -0000      1.13
+++ Makefile    14 Aug 2020 19:06:07 -0000
@@ -3,7 +3,7 @@
 COMMENT=       Gadu-Gadu IM protocol client
 
 DISTNAME=      ekg-1.7
-REVISION=      3
+REVISION=      4
 CATEGORIES=    net
 
 HOMEPAGE=      http://ekg.chmurka.net/
@@ -26,6 +26,8 @@ CONFIGURE_ARGS=       --enable-dynamic \
                --without-libjpeg \
                --without-libgsm \
                --without-libungif
+
+USE_GMAKE=     Yes
 
 NO_TEST=       Yes
 

Reply via email to