aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-14 14:29:13 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-14 14:29:13 +0000
commit2744ab655bdc9a03e5a2ebe3f8dabc65e021d095 (patch)
tree0050491a6d586a79e69e81cf5751fb1a129f33ab /CHANGES
parentfff04a6460c81de05c2c4aef067af65fce3542c0 (diff)
downloadports-2744ab655bdc9a03e5a2ebe3f8dabc65e021d095.tar.gz
ports-2744ab655bdc9a03e5a2ebe3f8dabc65e021d095.zip
Document the fact that _DEPENDS now also has per options helpers
Notes
Notes: svn path=/head/; revision=320932
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a8009a509215..fa7eb6b36941 100644
--- a/CHANGES
+++ b/CHANGES
@@ -47,6 +47,9 @@ AUTHOR: bapt@FreeBSD.org
${OPT_CMAKE_OFF=<something> will automatically add:
CMAKE_ARGS+=<something> in case OPT is deactivated
+ ${OPT}_${TYPE}_DEPENDS=<something> will automatically add:
+ ${TYPE_DEPENDS}+=<something> in case OPT is 'on'
+
20130614:
AUTHOR: bapt@FreeBSD.org