mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 17:00:49 +01:00
Automatically add gmake to DEPENDS, if USE_GMAKE
This commit is contained in:
parent
a7e957efb2
commit
50da78da7c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5130
@ -3,7 +3,7 @@
|
||||
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
||||
# This file is in the public domain.
|
||||
#
|
||||
# $Id: bsd.port.mk,v 1.81 1994/12/14 05:53:09 ache Exp $
|
||||
# $Id: bsd.port.mk,v 1.82 1994/12/17 01:58:11 ache Exp $
|
||||
#
|
||||
# Please view me with 4 column tabs!
|
||||
|
||||
@ -122,6 +122,9 @@ PREFIX?= ${X11BASE}
|
||||
.else
|
||||
PREFIX?= /usr/local
|
||||
.endif
|
||||
.if defined(USE_GMAKE)
|
||||
DEPENDS+= ${PORTSDIR}/devel/gmake
|
||||
.endif
|
||||
|
||||
.if exists(${PORTSDIR}/../Makefile.inc)
|
||||
.include "${PORTSDIR}/../Makefile.inc"
|
||||
|
Loading…
Reference in New Issue
Block a user