summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-12-17 02:37:26 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-12-17 02:37:26 +0000
commit50da78da7cfe38a7011b735705e8234dd6bc9047 (patch)
tree325cf0d7d8d8b4a487f8575a789a8318e9f34aa6 /share
parenta7e957efb235f0ce104ad3d8f44fb362fba48a49 (diff)
downloadsrc-test2-50da78da7cfe38a7011b735705e8234dd6bc9047.tar.gz
src-test2-50da78da7cfe38a7011b735705e8234dd6bc9047.zip
Automatically add gmake to DEPENDS, if USE_GMAKE
Notes
Notes: svn path=/head/; revision=5130
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.port.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index 4f16988fcada..43d40e4fb859 100644
--- a/share/mk/bsd.port.mk
+++ b/share/mk/bsd.port.mk
@@ -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"