aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/litecoin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/litecoin/Makefile')
-rw-r--r--net-p2p/litecoin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/litecoin/Makefile b/net-p2p/litecoin/Makefile
index 526c70755e1d..5d43c6459059 100644
--- a/net-p2p/litecoin/Makefile
+++ b/net-p2p/litecoin/Makefile
@@ -105,7 +105,7 @@ post-patch:
regression-test:
.if !${PORT_OPTIONS:MX11}
- @${GMAKE} -C ${WRKSRC}/src -f makefile.unix USE_UPNP=${QMAKE_USE_UPNP} test_litecoin
+ @${MAKE_CMD} -C ${WRKSRC}/src -f makefile.unix USE_UPNP=${QMAKE_USE_UPNP} test_litecoin
(cd ${WRKSRC}/src ; ./test_litecoin)
.endif