summaryrefslogtreecommitdiffstats
path: root/devel/codeblocks/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'devel/codeblocks/PRE_BUILD')
-rwxr-xr-xdevel/codeblocks/PRE_BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/codeblocks/PRE_BUILD b/devel/codeblocks/PRE_BUILD
index 54e95e0f0e..a7c0f78a71 100755
--- a/devel/codeblocks/PRE_BUILD
+++ b/devel/codeblocks/PRE_BUILD
@@ -1,5 +1,5 @@
default_pre_build &&
-if [[ $CODEBLOCKS_SVN == "y" ]]; then
+if [[ $CODEBLOCKS_BRANCH == scm ]]; then
cd ${SOURCE_DIRECTORY} &&
./bootstrap || return 1
fi