aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-06-14 22:29:13 +0800
committerbapt <bapt@FreeBSD.org>2013-06-14 22:29:13 +0800
commitae5df8f32e0e47a835581cf8eba5068d22255388 (patch)
tree0050491a6d586a79e69e81cf5751fb1a129f33ab /CHANGES
parent241c353292a938c98fb994896bf892cba685ca05 (diff)
downloadfreebsd-ports-gnome-ae5df8f32e0e47a835581cf8eba5068d22255388.tar.gz
freebsd-ports-gnome-ae5df8f32e0e47a835581cf8eba5068d22255388.tar.zst
freebsd-ports-gnome-ae5df8f32e0e47a835581cf8eba5068d22255388.zip
Document the fact that _DEPENDS now also has per options helpers
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