summaryrefslogtreecommitdiffstats
path: root/devel/tcl/SUB_DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'devel/tcl/SUB_DEPENDS')
-rwxr-xr-xdevel/tcl/SUB_DEPENDS7
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/tcl/SUB_DEPENDS b/devel/tcl/SUB_DEPENDS
new file mode 100755
index 0000000000..8e21726654
--- /dev/null
+++ b/devel/tcl/SUB_DEPENDS
@@ -0,0 +1,7 @@
+case $THIS_SUB_DEPENDS in
+ DEVEL) echo "Devel release needed, forcing it." &&
+ TCL_BRANCH="devel" ;;
+ STABLE) echo "Devel release needed, forcing it." &&
+ TCL_BRANCH="stable" ;;
+ *) echo "unknown sub-depends!"; return 1 ;;
+esac