diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-14 14:18:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-14 14:18:45 +0000 |
commit | 0e8027e93f594f3a79b382f66f5b1f6d62b66ed0 (patch) | |
tree | 1ef48c0e94d95a7770577426a65cc460480a1e80 /CHANGES | |
parent | b876916186d4f89b320dee3f2c4397d41b75fe54 (diff) | |
download | ports-0e8027e93f594f3a79b382f66f5b1f6d62b66ed0.tar.gz ports-0e8027e93f594f3a79b382f66f5b1f6d62b66ed0.zip |
Notes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |