aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-14 14:18:45 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-14 14:18:45 +0000
commit0e8027e93f594f3a79b382f66f5b1f6d62b66ed0 (patch)
tree1ef48c0e94d95a7770577426a65cc460480a1e80 /CHANGES
parentb876916186d4f89b320dee3f2c4397d41b75fe54 (diff)
downloadports-0e8027e93f594f3a79b382f66f5b1f6d62b66ed0.tar.gz
ports-0e8027e93f594f3a79b382f66f5b1f6d62b66ed0.zip
Add a forgotten helper:
${OPT}_CMAKE_ON and ${OPT}_CMAKE_OFF
Notes
Notes: svn path=/head/; revision=320926
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9ad17a5f4a5d..a8009a509215 100644
--- a/CHANGES
+++ b/CHANGES
@@ -41,6 +41,12 @@ AUTHOR: bapt@FreeBSD.org
${OPT}_DISTFILES will append the specified distiles to DISTFILES if OPT in 'on'
+ ${OPT}_CMAKE_ON=<something> will automatically add:
+ CMAKE_ARGS+=<something> in case OPT is activated
+
+ ${OPT_CMAKE_OFF=<something> will automatically add:
+ CMAKE_ARGS+=<something> in case OPT is deactivated
+
20130614:
AUTHOR: bapt@FreeBSD.org