diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-14 22:29:13 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-14 22:29:13 +0800 |
commit | ae5df8f32e0e47a835581cf8eba5068d22255388 (patch) | |
tree | 0050491a6d586a79e69e81cf5751fb1a129f33ab /CHANGES | |
parent | 241c353292a938c98fb994896bf892cba685ca05 (diff) | |
download | freebsd-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-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |