diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-27 22:53:24 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-27 22:53:24 +0000 |
commit | b765405ad009f298f96822e037c8e213e7cfe749 (patch) | |
tree | 4eb76ba083adc521ca8a930c0c3676031fa17f58 /CHANGES | |
parent | 71c9c356dacd2885cb032d5fe638ef197891483c (diff) | |
download | ports-b765405ad009f298f96822e037c8e213e7cfe749.tar.gz ports-b765405ad009f298f96822e037c8e213e7cfe749.zip |
Notes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -10,6 +10,17 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20140127: +AUTHOR: mat@FreeBSD.org + + Add two new options helpers: + + ${OPT}_${TYPE}_DEPENDS_OFF=<something> will automatically add: + ${TYPE_DEPENDS}+=<something> in case OPT is 'off' + + ${OPT}_${FLAG}_OFF=<something> will automatically add: + ${FLAG}+=<something> in case OPT is 'off' + 20140111: AUTHOR: mva@FreeBSD.org |