From 79218f19fdd25ed2c006cb5d4987c9cdb5a2960d Mon Sep 17 00:00:00 2001 From: Boris Samorodov Date: Wed, 19 Jun 2013 16:25:32 +0000 Subject: Fix two typos: add two trailing curly braces. --- CHANGES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index fa7eb6b36941..0dc8122ed03e 100644 --- a/CHANGES +++ b/CHANGES @@ -26,7 +26,7 @@ AUTHOR: bapt@FreeBSD.org ${OPT}_CONFIGURE_ON= will automatically add: CONFIGURE_ARGS+= in case OPT is activated - ${OPT_CONFIGURE_OFF= will automatically add: + ${OPT}_CONFIGURE_OFF= will automatically add: CONFIGURE_ARGS+= in case OPT is deactivated ${OPT}_CFLAGS will append the specified new flags to CFLAGS if OPT is 'on' @@ -44,7 +44,7 @@ AUTHOR: bapt@FreeBSD.org ${OPT}_CMAKE_ON= will automatically add: CMAKE_ARGS+= in case OPT is activated - ${OPT_CMAKE_OFF= will automatically add: + ${OPT}_CMAKE_OFF= will automatically add: CMAKE_ARGS+= in case OPT is deactivated ${OPT}_${TYPE}_DEPENDS= will automatically add: -- cgit v1.2.3