do not depend on gmake being called gmake (pointed out by Matt Green)
This commit is contained in:
parent
58371eeff6
commit
67a5e86031
@ -1,7 +1,7 @@
|
||||
#-*- mode: Fundamental; tab-width: 4; -*-
|
||||
# ex:ts=4
|
||||
#
|
||||
# $NetBSD: bsd.port.mk,v 1.22 1997/11/26 09:24:18 agc Exp $
|
||||
# $NetBSD: bsd.port.mk,v 1.23 1997/12/03 08:32:01 hubertf Exp $
|
||||
#
|
||||
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
||||
# This file is in the public domain.
|
||||
@ -417,7 +417,7 @@ BUILD_DEPENDS+= ${EXEC_DEPENDS}
|
||||
RUN_DEPENDS+= ${EXEC_DEPENDS}
|
||||
.endif
|
||||
.if defined(USE_GMAKE)
|
||||
BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake
|
||||
BUILD_DEPENDS+= ${GMAKE}:${PORTSDIR}/devel/gmake
|
||||
MAKE_PROGRAM= ${GMAKE}
|
||||
.else
|
||||
MAKE_PROGRAM= ${MAKE}
|
||||
|
Loading…
Reference in New Issue
Block a user