do not depend on gmake being called gmake (pointed out by Matt Green)
This commit is contained in:
parent
03011674f4
commit
20239bb938
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
#-*- mode: Fundamental; tab-width: 4; -*-
|
||||
# ex:ts=4
|
||||
#
|
||||
# $NetBSD: bsd.pkg.mk,v 1.22 1997/11/26 09:24:18 agc Exp $
|
||||
# $NetBSD: bsd.pkg.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}
|
||||
|
|
|
@ -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 a new issue