aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portmk
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2005-12-16 02:01:20 +0000
committerMark Linimon <linimon@FreeBSD.org>2005-12-16 02:01:20 +0000
commit9c6cc6838076cff56db8eca8d9cdf3f4e99a4cc2 (patch)
tree8182bede3b608d9d26bcb709ba89e8872bf66b1f /ports-mgmt/portmk
parent60a4eb4e6dee2b7900a8dfcedf594ec90dc59f21 (diff)
downloadports-9c6cc6838076cff56db8eca8d9cdf3f4e99a4cc2.tar.gz
ports-9c6cc6838076cff56db8eca8d9cdf3f4e99a4cc2.zip
Add a comment about a line that is from ports/86106 (USE_GMAKE change).
This is a reminder that this change is not yet tested sufficiently to go into the main bsd.port.mk.
Notes
Notes: svn path=/head/; revision=151275
Diffstat (limited to 'ports-mgmt/portmk')
-rw-r--r--ports-mgmt/portmk/Mk/bsd.port.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports-mgmt/portmk/Mk/bsd.port.mk b/ports-mgmt/portmk/Mk/bsd.port.mk
index 64cc33cd55b9..535e075d7784 100644
--- a/ports-mgmt/portmk/Mk/bsd.port.mk
+++ b/ports-mgmt/portmk/Mk/bsd.port.mk
@@ -1469,6 +1469,8 @@ EXTRACT_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip
.if defined(USE_GMAKE)
BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake
CONFIGURE_ENV+= MAKE=${GMAKE}
+# note: the next line is from 86106 which says: "It needs more investigation.
+# We will keep it in devel/portmk for further tests."
MAKE_ENV+= CC="${CC}" CXX="${CXX}"
.endif