diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-17 02:37:26 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-17 02:37:26 +0000 |
commit | 5ad46c41ee990e1efe0d51f3bf8a1ba6cca6e37e (patch) | |
tree | d8fd33f9674194e9dca130d1762a466721840895 /Mk/bsd.port.mk | |
parent | b6779baeb7e42b1d9bb6b4d440227d48bb8b8549 (diff) | |
download | ports-5ad46c41ee990e1efe0d51f3bf8a1ba6cca6e37e.tar.gz ports-5ad46c41ee990e1efe0d51f3bf8a1ba6cca6e37e.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 4f16988fcada..43d40e4fb859 100644 --- a/Mk/bsd.port.mk +++ b/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" |